UnboundSheet Constructor(IHtmlHelper)
In This Topic
Creates one
UnboundSheet 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 UnboundSheet(helper)
public UnboundSheet(
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
)
public UnboundSheet(
: Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
);
public function UnboundSheet(
: Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper
);
public: UnboundSheet(
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper*
)
public:
UnboundSheet(
Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper^
)
Parameters
- helper
- The HtmlHelper instance.
See Also