EasyQueryMiddleware class
Represents the middleware which processes all requests from EasyQuery client-side widgets
public class Korzh.EasyQuery.AspNetCore.EasyQueryMiddleware : EasyQueryMiddleware<EasyQueryApiHandler>
Package: Korzh.EasyQuery.AspNetCore
(targets: net5.0
, netcoreapp3.1
, netstandard2.0
)
Assembly: Korzh.EasyQuery.AspNetCore.dll
Constructors
Section titled “Constructors”Name | Type | Description |
---|---|---|
EasyQueryMiddleware(RequestDelegate next, EasyQueryOptions options) | void | Initializes a new instance of the Korzh.EasyQuery.AspNetCore.EasyQueryMiddleware class. |