Click or drag to resize
MiddlewareExtensions Class

[Missing <summary> documentation for "T:Hangfire.Dashboard.MiddlewareExtensions"]

Inheritance Hierarchy
System.Object
  Hangfire.Dashboard.MiddlewareExtensions

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class MiddlewareExtensions
Methods
  NameDescription
Public methodStatic memberUseHangfireDashboard(DashboardOptions, JobStorage, RouteCollection)
Public methodStatic memberUseHangfireDashboard(Action<Func<IDictionary<String, Object>, Func<Func<IDictionary<String, Object>, Task>, Func<IDictionary<String, Object>, Task>>>>, DashboardOptions, JobStorage, RouteCollection)
Top
See Also