DataMap Constructor(IHtmlHelper)
In This Topic
Creates one
DataMap instance.
Syntax
'Declaration
Public Function New( _
ByVal As Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper _
)
'Usage
Dim helper As Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
Dim instance As New DataMap(helper)
public DataMap(
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
)
public DataMap(
: Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
);
public function DataMap(
: Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
);
public: DataMap(
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper*
)
public:
DataMap(
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper^
)
Parameters
- helper
- The HtmlHelper instance.
See Also