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
Defines the target attribute of the link.
Declaration
public string Target { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Defines the text of the link to be inserted.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Defines the title of the link to be inserted.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Defines the url attribute of the link.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |