MenuDesignerCreateNavbarAsync Method
Creates the Navbar.
Namespace: Recrovit.RecroGridFramework.UIAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.5.0.24.0221.1
public static Task<string> CreateNavbarAsync(
HttpContext context,
int menuId = 10,
string scope = null,
bool submenu = true
)
- context HttpContext
- The context.
- menuId Int32 (Optional)
- The menu identifier.
- scope String (Optional)
- The scope. default: config->DefaultMenuScope
- submenu Boolean (Optional)
- Set to true for submenu.
TaskStringThe menu in HTML.