ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Code49 Class / Code49 Constructor
The html helper
The selector

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

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also