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

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

    Parameters

    helper
    The html helper
    selector
    The selector
    See Also