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 : TagHelper, ITagHelper, ITagHelperComponentProperties
Section titled “Properties”| Type | Name | Description |
|---|---|---|
String | Text | Gets or sets the text. |
String | Value | Gets or sets the value. |
Methods
Section titled “Methods”| Type | Name | Description |
|---|---|---|
void | Process(TagHelperContext context, TagHelperOutput output) | Synchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given and . |