Click or drag to resize
HtmlHelperJobId Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.HtmlHelper.JobId(System.String,System.Boolean)"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public NonEscapedString JobId(
	string jobId,
	bool shorten = true
)

Parameters

jobId
Type: SystemString

[Missing <param name="jobId"/> documentation for "M:Hangfire.Dashboard.HtmlHelper.JobId(System.String,System.Boolean)"]

shorten (Optional)
Type: SystemBoolean

[Missing <param name="shorten"/> documentation for "M:Hangfire.Dashboard.HtmlHelper.JobId(System.String,System.Boolean)"]

Return Value

Type: NonEscapedString
See Also