Table of Contents

Class ShareButtonContext

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

分享按钮上下文类

public class ShareButtonContext
Inheritance
ShareButtonContext
Inherited Members
Extension Methods

Constructors

ShareButtonContext()

public ShareButtonContext()

Properties

Text

获得/设置 分享描述文字

public string? Text { get; set; }

Property Value

string

Title

获得/设置 分享标题

public string? Title { get; set; }

Property Value

string

Url

获得/设置 分享链接地址

public string? Url { get; set; }

Property Value

string