Contains the method which adds EasyQueryMiddleware to the pipeline.
public static class Microsoft.AspNetCore.Builder.EasyQueryMiddlewareExtensions
Package: Korzh.EasyQuery.AspNetCore
(targets: net5.0
, netcoreapp3.1
, netstandard2.0
)
Assembly: Korzh.EasyQuery.AspNetCore.dll
Static Methods
Name | Type | Description |
---|---|---|
UseEasyQuery(this IApplicationBuilder appBuilder, Action <EasyQueryOptions> optionsAction = null) |
IApplicationBuilder |
Adds the EasyQueryMiddleware to the middleware pipeline. |
UseEasyQuery(this IApplicationBuilder appBuilder, Action <EasyQueryOptions> optionsAction = null) |
IApplicationBuilder |
Adds the EasyQueryMiddleware to the middleware pipeline. |