11 writes to HttpMethod
BasicWebSite (2)
Models\RemoteAttributeUser.cs (2)
20
[Remote(action: "IsIdAvailable", controller: "RemoteAttribute_Verify", areaName: null,
HttpMethod
= "Post")]
40
[Remote(routeName: "VerifyRoute",
HttpMethod
= "Post")]
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (9)
RemoteAttributeBaseTest.cs (8)
149
HttpMethod
= "POST",
184
HttpMethod
= "POST",
219
HttpMethod
= "POST",
260
HttpMethod
= "POST",
306
HttpMethod
= "POST",
356
HttpMethod
= "POST",
397
HttpMethod
= "POST",
441
HttpMethod
= "POST",
RemoteAttributeTest.cs (1)
330
HttpMethod
= "PUT",
2 references to HttpMethod
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
RemoteAttributeBase.cs (2)
153
if (!string.IsNullOrEmpty(
HttpMethod
))
155
MergeAttribute(context.Attributes, "data-val-remote-type",
HttpMethod
);