HighlightSelectedTextTagHelper class
Represents a tag helper which allows to highlight the found pieces on the page. Implements the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper
public class Korzh.EasyQuery.AspNetCore.HighlightSelectedTextTagHelper : TagHelperPackage: Korzh.EasyQuery.AspNetCore (targets: net5.0, netcoreapp3.1, netstandard2.0)
Assembly: Korzh.EasyQuery.AspNetCore.dll
Constructors
Section titled “Constructors”| Name | Type | Description |
|---|---|---|
| HighlightSelectedTextTagHelper() | void |
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
| Text | string | Gets or sets the text. |
| Value | string | Gets or sets the value. |
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 . |