Class AbpNavigationOptions
Inheritance
object
AbpNavigationOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.UI.Navigation
Assembly: Volo.Abp.UI.Navigation.dll
Syntax
public class AbpNavigationOptions
Constructors
AbpNavigationOptions()
Declaration
public AbpNavigationOptions()
Properties
MainMenuNames
Declaration
public List<string> MainMenuNames { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><string> |
MenuContributors
Declaration
public List<IMenuContributor> MenuContributors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><IMenuContributor> |