Class LinkToolbarCommand
Defines types to be used to configure the toolbar items in the Link Quick Toolbar.
Inheritance
System.Object
LinkToolbarCommand
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LinkToolbarCommand : Enum
Remarks
Provides quick access to various link-related commands right within the toolbar.
Fields
Edit
Defines the LinkToolbarCommand as Edit.
Declaration
public const LinkToolbarCommand Edit
Field Value
Type | Description |
---|---|
LinkToolbarCommand | Command to edit a hyperlink's properties. |
Remarks
Allows changes to the URL and display text of existing links.
Open
Defines the LinkToolbarCommand as Open.
Declaration
public const LinkToolbarCommand Open
Field Value
Type | Description |
---|---|
LinkToolbarCommand | Command to open a hyperlink. |
Remarks
Activates the clicked link to navigate to its target URL.
UnLink
Defines the LinkToolbarCommand as UnLink.
Declaration
public const LinkToolbarCommand UnLink
Field Value
Type | Description |
---|---|
LinkToolbarCommand | Command to remove a hyperlink from text. |
Remarks
Detaches the link, reverting text to a non-clickable state.