Class LinkCommandsArgs
The class is used to configure link settings in the Rich Text Editor.
Inheritance
System.Object
LinkCommandsArgs
Namespace: Syncfusion.Blazor.RichTextEditor
Assembly: Syncfusion.Blazor.dll
Syntax
public class LinkCommandsArgs : Object
Constructors
LinkCommandsArgs()
Declaration
public LinkCommandsArgs()
Properties
Target
Gets or sets the target attribute of the link.
Declaration
public string Target { get; set; }
Property Value
Type |
---|
System.String |
Text
Gets or set the text of the link to be inserted.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Title
Gets or sets the title of the link to be inserted.
Declaration
public string Title { get; set; }
Property Value
Type |
---|
System.String |
Url
Gets or sets the Url attribute of the link tag.
Declaration
public string Url { get; set; }
Property Value
Type |
---|
System.String |