Click or drag to resize
JobHistoryRendererRegister Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.JobHistoryRenderer.Register(System.String,System.Func{Hangfire.Dashboard.HtmlHelper,System.Collections.Generic.IDictionary{System.String,System.String},Hangfire.Dashboard.NonEscapedString})"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static void Register(
	string state,
	Func<HtmlHelper, IDictionary<string, string>, NonEscapedString> renderer
)

Parameters

state
Type: SystemString

[Missing <param name="state"/> documentation for "M:Hangfire.Dashboard.JobHistoryRenderer.Register(System.String,System.Func{Hangfire.Dashboard.HtmlHelper,System.Collections.Generic.IDictionary{System.String,System.String},Hangfire.Dashboard.NonEscapedString})"]

renderer
Type: SystemFuncHtmlHelper, IDictionaryString, String, NonEscapedString

[Missing <param name="renderer"/> documentation for "M:Hangfire.Dashboard.JobHistoryRenderer.Register(System.String,System.Func{Hangfire.Dashboard.HtmlHelper,System.Collections.Generic.IDictionary{System.String,System.String},Hangfire.Dashboard.NonEscapedString})"]

See Also