Table of Contents

Class ShareButton

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

分享按钮

public class ShareButton : Button, IComponent, IHandleAfterRender, IHandleEvent, IAsyncDisposable
Inheritance
ShareButton
Implements
Inherited Members
Extension Methods

Constructors

ShareButton()

public ShareButton()

Properties

ShareContext

获得/设置 分享内容上下文 默认 null

[Parameter]
public ShareButtonContext? ShareContext { get; set; }

Property Value

ShareButtonContext

Methods

HandlerClick()

处理点击方法

protected override Task HandlerClick()

Returns

Task