Class ContentLayout
Inheritance
System.Object
ContentLayout
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.Layout
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class ContentLayout
Constructors
ContentLayout()
Declaration
public ContentLayout()
Properties
BreadCrumb
Declaration
public BreadCrumb BreadCrumb { get; }
Property Value
| Type | Description |
|---|---|
| BreadCrumb |
MenuItemName
Declaration
public string MenuItemName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
ShouldShowBreadCrumb()
Declaration
public virtual bool ShouldShowBreadCrumb()
Returns
| Type | Description |
|---|---|
| System.Boolean |