Skip to main content

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

NameTypeDescription
EasyQueryMiddleware(RequestDelegate next, EasyQueryOptions options)voidInitializes a new instance of the Korzh.EasyQuery.AspNetCore.EasyQueryMiddleware class.

Methods

NameTypeDescription
InvokeAsync(HttpContext context)TaskThe method which is called during the processing of incoming HTTP request.