4 instantiations of HttpOptionsAttribute
CorsWebSite (1)
Controllers\CustomerController.cs (1)
11
[
HttpOptions
]
Microsoft.AspNetCore.Mvc.Core.Test (2)
Routing\HttpMethodProviderAttributesTests.cs (1)
29
data.Add(new
HttpOptionsAttribute
(), new[] { "OPTIONS" });
Routing\RouteTemplateProviderAttributesTest.cs (1)
27
data.Add(new
HttpOptionsAttribute
());
Microsoft.AspNetCore.Mvc.Cors.Test (1)
CorsApplicationModelProviderTest.cs (1)
254
[
HttpOptions
]
2 references to HttpOptionsAttribute
Microsoft.AspNetCore.Mvc.Core (2)
HttpOptionsAttribute.cs (2)
17
/// Creates a new <see cref="
HttpOptionsAttribute
"/>.
25
/// Creates a new <see cref="
HttpOptionsAttribute
"/> with the given route template.