ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ValueFilterTagHelper Class / FilterText Property

In This Topic
    FilterText Property (ValueFilterTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ValueFilter.FilterText. Sets a string to filter the list of display values.
    Syntax
    'Declaration
     
    Public Property FilterText As String
    public string FilterText {get; set;}
    See Also