Table of Contents

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

text string
url string

Properties

Text

获得/设置 显示文字

public string Text { get; }

Property Value

string

Url

获得/设置 导航地址

public string? Url { get; }

Property Value

string