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

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

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also