ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Gs1DataBarTruncated Class / Gs1DataBarTruncated Constructor
The html helper
The selector

In This Topic
    Gs1DataBarTruncated Constructor
    In This Topic
    Creates one Gs1DataBarTruncated instance.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal helper As IHtmlHelper, _
       Optional ByVal selector As String _
    )
    public Gs1DataBarTruncated( 
       IHtmlHelper helper,
       string selector
    )

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also