Click or drag to resize
JobHistoryRendererRenderHistory Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.JobHistoryRenderer.RenderHistory(Hangfire.Dashboard.HtmlHelper,System.String,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 RenderHistory(
	this HtmlHelper helper,
	string state,
	IDictionary<string, string> properties
)

Parameters

helper
Type: Hangfire.DashboardHtmlHelper

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

state
Type: SystemString

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

properties
Type: System.Collections.GenericIDictionaryString, String

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

Return Value

Type: NonEscapedString

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also