Click or drag to resize
RouteCollectionAdd Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.RouteCollection.Add(System.String,Hangfire.Dashboard.IRequestDispatcher)"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public void Add(
	[NotNullAttribute] string pathTemplate,
	[NotNullAttribute] IRequestDispatcher dispatcher
)

Parameters

pathTemplate
Type: SystemString

[Missing <param name="pathTemplate"/> documentation for "M:Hangfire.Dashboard.RouteCollection.Add(System.String,Hangfire.Dashboard.IRequestDispatcher)"]

dispatcher
Type: Hangfire.DashboardIRequestDispatcher

[Missing <param name="dispatcher"/> documentation for "M:Hangfire.Dashboard.RouteCollection.Add(System.String,Hangfire.Dashboard.IRequestDispatcher)"]

See Also