|  | HtmlHelper Constructor | 
Initializes a new instance of the 
HtmlHelper class
 
Namespace: Hangfire.DashboardAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
 Syntax
Syntaxpublic HtmlHelper(
	[NotNullAttribute] RazorPage page
)
Public Sub New ( 
	<NotNullAttribute> page As RazorPage
)
Parameters
- page
- Type: Hangfire.DashboardRazorPage
 [Missing <param name="page"/> documentation for "M:Hangfire.Dashboard.HtmlHelper.#ctor(Hangfire.Dashboard.RazorPage)"] 
 See Also
See Also