1 type derived from RemoteAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
RemoteAttributeTest.cs (1)
547private class TestableRemoteAttribute : RemoteAttribute
7 instantiations of RemoteAttribute
BasicWebSite (5)
Models\RemoteAttributeUser.cs (5)
15[Remote(action: "IsIdAvailable", controller: "RemoteAttribute_Verify")] 20[Remote(action: "IsIdAvailable", controller: "RemoteAttribute_Verify", areaName: null, HttpMethod = "Post")] 24[Remote( 32[Remote( 40[Remote(routeName: "VerifyRoute", HttpMethod = "Post")]
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
RemoteAttribute.cs (1)
91/// Use the <see cref="RemoteAttribute(string, string)"/> overload find the <paramref name="controller"/> in
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
RemoteAttributeTest.cs (1)
328var attribute = new RemoteAttribute("Action", "Controller", "AnotherArea")
6 references to RemoteAttribute
Microsoft.AspNetCore.Mvc.ViewFeatures (5)
RemoteAttribute.cs (4)
22/// Initializes a new instance of the <see cref="RemoteAttribute"/> class. 31/// Initializes a new instance of the <see cref="RemoteAttribute"/> class. 46/// Initializes a new instance of the <see cref="RemoteAttribute"/> class. 76/// Initializes a new instance of the <see cref="RemoteAttribute"/> class.
RemoteAttributeBase.cs (1)
74/// Name of the property associated with this <see cref="RemoteAttribute"/> instance.
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
RemoteAttributeTest.cs (1)
328var attribute = new RemoteAttribute("Action", "Controller", "AnotherArea")