HttpMethodOverrideMiddleware Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A middleware for overriding the HTTP method of an incoming POST request.
public ref class HttpMethodOverrideMiddleware
public class HttpMethodOverrideMiddleware
type HttpMethodOverrideMiddleware = class
Public Class HttpMethodOverrideMiddleware
- Inheritance
-
HttpMethodOverrideMiddleware
Constructors
HttpMethodOverrideMiddleware(RequestDelegate, IOptions<HttpMethodOverrideOptions>) |
Create a new HttpMethodOverrideMiddleware. |
Methods
Invoke(HttpContext) |
Executes the middleware. |