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

Package: Korzh.EasyQuery.AspNetCore (targets: net5.0, netcoreapp3.1, netstandard2.0)

Assembly: Korzh.EasyQuery.AspNetCore.dll

Constructors

Name Type Description
HighlightSelectedTextTagHelper() void

Properties

Name Type Description
Text string Gets or sets the text.
Value string Gets or sets the value.

Methods

Name Type Description
Process(TagHelperContext context, TagHelperOutput output) void Synchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given and.