Class ContentLayout
Inherited Members
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 |
|---|---|
| string |
Title
Declaration
public string? Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldShowBreadCrumb()
Declaration
public virtual bool ShouldShowBreadCrumb()
Returns
| Type | Description |
|---|---|
| bool |