ASP.NET Core MVC Controls | ComponentOne
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 Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper, _
       Optional ByVal selector As System.String _
    )
    'Usage
     
    
    Dim helper As Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
    Dim selector As System.String
     
    Dim instance As New Gs1DataBarTruncated(helper, selector)
    public Gs1DataBarTruncated( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper helper,
       System.string selector
    )
    public Gs1DataBarTruncated( 
        helper: Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper;
        selector: System.String
    ); 
    public function Gs1DataBarTruncated( 
       helper : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,
       selector : System.String
    );
    public: Gs1DataBarTruncated( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper* helper,
       System.string* selector
    )
    public:
    Gs1DataBarTruncated( 
       Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper^ helper,
       System.String^ selector
    )

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also