14 instantiations of AcceptVerbsAttribute
ApiExplorerWebSite (1)
Controllers\ApiExplorerHttpMethodController.cs (1)
21
[
AcceptVerbs
("PUT", "POST", Route = "Single")]
BasicWebSite (3)
Areas\Area1\Controllers\RemoteAttribute_VerifyController.cs (1)
14
[
AcceptVerbs
("Get", "Post")]
Controllers\HomeController.cs (1)
64
[
AcceptVerbs
("GET", "POST")]
Controllers\RemoteAttribute_VerifyController.cs (1)
12
[
AcceptVerbs
("Get", "Post")]
CorsWebSite (1)
Controllers\BlogController.cs (1)
25
[
AcceptVerbs
("HEAD", "GET", "POST")]
Microsoft.AspNetCore.Mvc.Core.Test (9)
ApplicationModels\ControllerActionDescriptorProviderTests.cs (5)
1649
[
AcceptVerbs
("POST", Route = "List")]
1652
[
AcceptVerbs
("PUT", Route = "/Override")]
1655
[
AcceptVerbs
("POST")]
1660
[
AcceptVerbs
("POST", Route = "")]
1677
[
AcceptVerbs
("PUT", "PATCH")]
ApplicationModels\DefaultApplicationModelProviderTest.cs (2)
1652
[
AcceptVerbs
("GET", "HEAD", Route = "ListAll")]
1751
[
AcceptVerbs
("GET", "POST")]
Infrastructure\ActionSelectorTest.cs (1)
1242
[
AcceptVerbs
("PUT", "post", "GET", "delete", "pATcH")]
Routing\HttpMethodProviderAttributesTests.cs (1)
30
data.Add(new
AcceptVerbsAttribute
("MERGE", "OPTIONS"), new[] { "MERGE", "OPTIONS" });
3 references to AcceptVerbsAttribute
Microsoft.AspNetCore.Mvc.Core (2)
AcceptVerbsAttribute.cs (2)
21
/// Initializes a new instance of the <see cref="
AcceptVerbsAttribute
" /> class.
31
/// Initializes a new instance of the <see cref="
AcceptVerbsAttribute
" /> class.
Microsoft.AspNetCore.Mvc.Core.Test (1)
ApplicationModels\DefaultApplicationModelProviderTest.cs (1)
938
Assert.IsType<
AcceptVerbsAttribute
>(Assert.Single(action.Attributes));