PageNavigatorTagHelper class
Represents a tag helper which allows to render page navigator for filtering scenario. Implements the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
public class Korzh.EasyQuery.AspNetCore.PageNavigatorTagHelper : TagHelperPackage: Korzh.EasyQuery.AspNetCore (targets: net5.0, netcoreapp3.1, netstandard2.0)
Assembly: Korzh.EasyQuery.AspNetCore.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| PageNavigatorTagHelper() | void |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Paging | IPaging | Gets or sets the paging options. |
Methods
Section titled “Methods”| Name | Type | Description |
|---|---|---|
Process(TagHelperContext context, TagHelperOutput output) | void | Synchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given and . |