Click or drag to resize

MenuDesignerCreateNavbar Method

Creates the Navbar.

Namespace:  Recrovit.RecroGridFramework.UI
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static string CreateNavbar(
	HttpContext context,
	int menuId = 10,
	string scope = null,
	bool submenu = true
)

Parameters

context
Type: Microsoft.AspNetCore.HttpHttpContext
The context.
menuId (Optional)
Type: SystemInt32
The menu identifier.
scope (Optional)
Type: SystemString
The scope. default: MenuDesigner.DefaultScope
submenu (Optional)
Type: SystemBoolean
Set to true for submenu.

Return Value

Type: String
The menu in HTML.
See Also