C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Code39 Class / Code39 Constructor
The html helper
The selector

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

Parameters

helper
The html helper
selector
The selector
See Also