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, ITagHelperComponent
Properties
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 . |