Show / Hide Table of Contents

Class NavMenu

Inheritance
System.Object
NavMenu
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Components.WebAssembly.LeptonTheme.Themes.Lepton
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.LeptonTheme.dll
Syntax
public class NavMenu

Properties

Menu

Declaration
protected ApplicationMenu Menu { get; set; }
Property Value
Type Description
ApplicationMenu

MenuManager

Declaration
protected IMenuManager MenuManager { get; set; }
Property Value
Type Description
IMenuManager

Methods

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
System.Threading.Tasks.Task
Back to top Powered by Volosoft