ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DataMap Class / DataMap Constructor / DataMap Constructor(HtmlHelper)
The HtmlHelper instance.

In This Topic
    DataMap Constructor(HtmlHelper)
    In This Topic
    Creates one DataMap instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal helper As HtmlHelper _
    )
    public DataMap( 
       HtmlHelper helper
    )

    Parameters

    helper
    The HtmlHelper instance.
    See Also