ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / UpcE1 Class / UpcE1 Constructor
The html helper
The selector

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

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also