easyquerymiddlewareextensions-class
Contains the method which adds EasyQueryMiddleware to the pipeline.
public static class Microsoft.AspNetCore.Builder.EasyQueryMiddlewareExtensions
Assembly: Korzh.EasyQuery.AspNetCore.dll
Static Methods
Name | Type | Description |
---|---|---|
UseEasyQuery(this `IApplicationBuilder` appBuilder, `Action`<[EasyQueryOptions](/korzh-easyquery-services-namespace/easyqueryoptions-class)> optionsAction = null) | IApplicationBuilder | Adds the EasyQueryMiddleware to the middleware pipeline. |
UseEasyQuery(this `IApplicationBuilder` appBuilder, `Action`<[EasyQueryOptions](/korzh-easyquery-services-namespace/easyqueryoptions-class)> optionsAction = null) | IApplicationBuilder | Adds the EasyQueryMiddleware to the middleware pipeline. |