easyquerymiddleware-thandler--class
Represents the middleware which processes all requests from EasyQuery client-side widgets
public class Korzh.EasyQuery.AspNetCore.EasyQueryMiddleware<THandler>
Assembly: Korzh.EasyQuery.AspNetCore.dll
Constructors
Name | Type | Description |
---|---|---|
EasyQueryMiddleware(RequestDelegate next, EasyQueryOptions options) | void | Initializes a new instance of the Korzh.EasyQuery.AspNetCore.EasyQueryMiddleware class. |
Methods
Name | Type | Description |
---|---|---|
InvokeAsync(HttpContext context) | Task | The method which is called during the processing of incoming HTTP request. |