7 types derived from HttpMethodAttribute
Microsoft.AspNetCore.Mvc.Core (7)
HttpDeleteAttribute.cs (1)
12public class HttpDeleteAttribute : HttpMethodAttribute
HttpGetAttribute.cs (1)
12public class HttpGetAttribute : HttpMethodAttribute
HttpHeadAttribute.cs (1)
12public class HttpHeadAttribute : HttpMethodAttribute
HttpOptionsAttribute.cs (1)
12public class HttpOptionsAttribute : HttpMethodAttribute
HttpPatchAttribute.cs (1)
12public class HttpPatchAttribute : HttpMethodAttribute
HttpPostAttribute.cs (1)
12public class HttpPostAttribute : HttpMethodAttribute
HttpPutAttribute.cs (1)
12public class HttpPutAttribute : HttpMethodAttribute
2 references to HttpMethodAttribute
Microsoft.AspNetCore.Mvc.Core (2)
Routing\HttpMethodAttribute.cs (2)
20/// Creates a new <see cref="HttpMethodAttribute"/> with the given 30/// Creates a new <see cref="HttpMethodAttribute"/> with the given