Click or drag to resize
HtmlHelperJobNameLink Method

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

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public NonEscapedString JobNameLink(
	string jobId,
	Job job
)

Parameters

jobId
Type: SystemString

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

job
Type: Hangfire.CommonJob

[Missing <param name="job"/> documentation for "M:Hangfire.Dashboard.HtmlHelper.JobNameLink(System.String,Hangfire.Common.Job)"]

Return Value

Type: NonEscapedString
See Also