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


In This Topic
    RangeSelectorTagHelper Class Members
    In This Topic

    The following tables list the members exposed by RangeSelectorTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyIt is useless. To keep consistent with the previous version. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<RangeSelector<object>>)
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Gets or sets the component id. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<RangeSelector<object>>)
    Public PropertyConfigurates C1.Web.Mvc.RangeSelector<T>.IsVisible. Sets the visibility of the range selector.  
    Public PropertyConfigurates C1.Web.Mvc.RangeSelector<T>.Max. Sets the maximum value of the range.  
    Public PropertyConfigurates C1.Web.Mvc.RangeSelector<T>.MaxScale. Sets the maximum range scale of the range selector.  
    Public PropertyConfigurates C1.Web.Mvc.RangeSelector<T>.Min. Sets the minimum value of the range.  
    Public PropertyConfigurates C1.Web.Mvc.RangeSelector<T>.MinScale. Sets the minimum range scale of the range selector.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.RangeSelector<T>.Orientation. Sets the orientation of the range selector.  
    Public PropertyConfigurates the C1.Web.Mvc.RangeSelector<T>.OnClientRangeChanged client event. Occurs after the range changes.  
    Public PropertyConfigurates C1.Web.Mvc.RangeSelector<T>.Seamless. Sets whether the minimal and maximal handler will move seamlessly.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyOverrides to re-define getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<RangeSelector<object>>)
    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.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodOverrides to get the C1.Web.Mvc.Extender object. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<RangeSelector<object>>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcess all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<RangeSelector<object>>)
    Protected MethodProcess the child content. (Inherited from C1.Web.Mvc.TagHelpers.ExtenderTagHelper<RangeSelector<object>>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    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.ExtenderTagHelper<RangeSelector<object>>)
    Top
    See Also