Gs1DataBarTruncated Constructor
In This Topic
Creates one
Gs1DataBarTruncated instance.
Syntax
'Declaration
Public Function New( _
ByVal As Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper, _
Optional ByVal 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 ,
System.string
)
public Gs1DataBarTruncated(
: Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper;
: System.String
);
public function Gs1DataBarTruncated(
: Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper,
: System.String
);
public: Gs1DataBarTruncated(
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper* ,
System.string*
)
public:
Gs1DataBarTruncated(
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper^ ,
System.String^
)
Parameters
- helper
- The html helper
- selector
- The selector
See Also