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)
149HttpMethod = "POST", 184HttpMethod = "POST", 219HttpMethod = "POST", 260HttpMethod = "POST", 306HttpMethod = "POST", 356HttpMethod = "POST", 397HttpMethod = "POST", 441HttpMethod = "POST",
RemoteAttributeTest.cs (1)
330HttpMethod = "PUT",
2 references to HttpMethod
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
RemoteAttributeBase.cs (2)
153if (!string.IsNullOrEmpty(HttpMethod)) 155MergeAttribute(context.Attributes, "data-val-remote-type", HttpMethod);