QuickAdmin.Net Reference
C#
Show/Hide TOC
Index
Page
Settings
Show
Breadcrumb Property
指示是否显示面包屑。
Definition
Namespace:
QuickAdmin.Common.Configuration
Assembly:
QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.13
C#
Copy
public
bool
ShowBreadcrumb
{
get
;
set
; }
Property Value
bool
默认
true
。
Remarks
即是否在顶部显示当前活动 Tab 页的页面路径。
不在系统菜单树里的页面也可显示。
在小屏设备上,页面路径会被始终隐藏。
See Also
Reference
IndexPageSettings Class
QuickAdmin.Common.Configuration Namespace
In This Article
Definition
Remarks
See Also