Click or drag to resize
UrlHelper Constructor
Initializes a new instance of the UrlHelper class

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public UrlHelper(
	[NotNullAttribute] IDictionary<string, Object> owinContext
)

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