Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved