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


In This Topic
    ValueFilterTagHelper Class Members
    In This Topic

    The following tables list the members exposed by ValueFilterTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyOverridden.   
    Public PropertyConfigurates C1.Web.Mvc.ValueFilter.ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:ValueFilter.filterText property.  
    Public PropertyConfigurates C1.Web.Mvc.ValueFilter.FilterText. Sets a string to filter the list of display values.  
    Public PropertyConfigurates C1.Web.Mvc.ValueFilter.MaxValues. Sets the maximum number of elements on the list of display values.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.ValueFilter.SortValues. Sets a value that determines whether the values should be sorted when displayed in the editor.  
    Public PropertyConfigurates UniqueValues. Sets an array containing the unique values to be displayed on the list.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyGets the customized default proeprty name. Overrides this property to customize the default property name for this tag. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<ValueFilter>)
    Protected PropertyOverrides to redefine getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<ValueFilter>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the T instance. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodProcesses all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<ValueFilter>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<ValueFilter>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<T>)
    Protected MethodUpdates the property in TObject. It is used to update the child property manually instead of the default one. (Inherited from C1.Web.Mvc.TagHelpers.SettingTagHelper<ValueFilter>)
    Top
    See Also