C1.Web.Mvc Namespace / Code93 Class / Code93 Constructor
The html helper
The selector

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

Parameters

helper
The html helper
selector
The selector
See Also