| UrlHelper Constructor |
Initializes a new instance of the
UrlHelper class
Namespace: Hangfire.DashboardAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public UrlHelper(
[NotNullAttribute] IDictionary<string, Object> owinContext
)
Public Sub New (
<NotNullAttribute> owinContext As IDictionary(Of String, Object)
)
Parameters
- owinContext
- Type: System.Collections.GenericIDictionaryString, Object
[Missing <param name="owinContext"/> documentation for "M:Hangfire.Dashboard.UrlHelper.#ctor(System.Collections.Generic.IDictionary{System.String,System.Object})"]
See Also