| HtmlHelperBlockMetric Method |
[Missing <summary> documentation for "M:Hangfire.Dashboard.HtmlHelper.BlockMetric(Hangfire.Dashboard.DashboardMetric)"]
Namespace: Hangfire.DashboardAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public NonEscapedString BlockMetric(
[NotNullAttribute] DashboardMetric metric
)
Public Function BlockMetric (
<NotNullAttribute> metric As DashboardMetric
) As NonEscapedString
Parameters
- metric
- Type: Hangfire.DashboardDashboardMetric
[Missing <param name="metric"/> documentation for "M:Hangfire.Dashboard.HtmlHelper.BlockMetric(Hangfire.Dashboard.DashboardMetric)"]
Return Value
Type:
NonEscapedStringSee Also