Click or drag to resize
JobHistoryRendererNullRenderer Method

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

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static NonEscapedString NullRenderer(
	HtmlHelper helper,
	IDictionary<string, string> properties
)

Parameters

helper
Type: Hangfire.DashboardHtmlHelper

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

properties
Type: System.Collections.GenericIDictionaryString, String

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

Return Value

Type: NonEscapedString
See Also