Class NavItem
Inheritance
System.Object
NavItem
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.Mvc.UI.Bootstrap.TagHelpers.Nav
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public class NavItem
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Html
Declaration
public string Html { get; set; }
Property Value
Type | Description |
---|---|
System.String |