Click or drag to resize
HtmlHelperSidebarMenu Method

[Missing <summary> documentation for "M:Hangfire.Dashboard.HtmlHelper.SidebarMenu(System.Collections.Generic.IEnumerable{System.Func{Hangfire.Dashboard.RazorPage,Hangfire.Dashboard.MenuItem}})"]

Namespace: Hangfire.Dashboard
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public NonEscapedString SidebarMenu(
	[NotNullAttribute] IEnumerable<Func<RazorPage, MenuItem>> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableFuncRazorPage, MenuItem

[Missing <param name="items"/> documentation for "M:Hangfire.Dashboard.HtmlHelper.SidebarMenu(System.Collections.Generic.IEnumerable{System.Func{Hangfire.Dashboard.RazorPage,Hangfire.Dashboard.MenuItem}})"]

Return Value

Type: NonEscapedString
See Also