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

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

    Parameters

    helper
    The HtmlHelper instance.
    See Also