Click or drag to resize
HtmlHelperFormatProperties Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.HtmlHelper.FormatProperties(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 string FormatProperties(
	IDictionary<string, string> properties
)

Parameters

properties
Type: System.Collections.GenericIDictionaryString, String

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

Return Value

Type: String
See Also