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

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

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also