| LayoutPage Constructor |
Initializes a new instance of the
LayoutPage class
Namespace: Hangfire.Dashboard.PagesAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public LayoutPage(
string title
)
Public Sub New (
title As String
)
Parameters
- title
- Type: SystemString
[Missing <param name="title"/> documentation for "M:Hangfire.Dashboard.Pages.LayoutPage.#ctor(System.String)"]
See Also