ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / FilterSetting Class / FilterSetting Constructor / FilterSetting Constructor(IHtmlHelper)
The HtmlHelper instance.

In This Topic
    FilterSetting Constructor(IHtmlHelper)
    In This Topic
    Creates one FilterSetting instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal helper As IHtmlHelper _
    )
    public FilterSetting( 
       IHtmlHelper helper
    )

    Parameters

    helper
    The HtmlHelper instance.
    See Also