menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinkCommandsArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Remarks

    This class manages properties necessary for link creation and customization in editor content.

    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 Description
    System.String

    A string indicating the link target, such as "_blank" or "_self".

    Remarks

    Target controls how the link is opened, allowing for in-place loading or in a new tab/window.

    Text

    Gets or sets the text of the link to be inserted.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    A string serving as the link text shown to users.

    Remarks

    Text specifies the visual label of the hyperlink within editor content.

    Title

    Gets or sets the title of the link to be inserted.

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    A string declaring the link's title, often used for tooltips.

    Remarks

    Title offers context or description when users hover over link elements or when the link is rendered.

    Url

    Gets or sets the URL attribute of the link tag.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    A string representing the URL that the link points to.

    Remarks

    Url defines the destination for links embedded within the editor text, directing upon selection.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved