Skip to content

EasyQueryMiddleware<THandler> class

Represents the middleware which processes all requests from EasyQuery client-side widgets

public class Korzh.EasyQuery.AspNetCore.EasyQueryMiddleware<THandler>

Package: Korzh.EasyQuery.AspNetCore (targets: net5.0, netcoreapp3.1, netstandard2.0)

Assembly: Korzh.EasyQuery.AspNetCore.dll

NameTypeDescription
EasyQueryMiddleware(RequestDelegate next, EasyQueryOptions options)voidInitializes a new instance of the Korzh.EasyQuery.AspNetCore.EasyQueryMiddleware class.
NameTypeDescription
InvokeAsync(HttpContext context)TaskThe method which is called during the processing of incoming HTTP request.