Class BreadcrumbItem
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
BreadcrumbItem 实体类
public class BreadcrumbItem
- Inheritance
-
BreadcrumbItem
- Inherited Members
- Extension Methods
Constructors
BreadcrumbItem(string, string?)
构造函数
public BreadcrumbItem(string text, string? url = null)
Parameters
Properties
Text
获得/设置 显示文字
public string Text { get; }
Property Value
Url
获得/设置 导航地址
public string? Url { get; }