Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenHtmlEditorLink

    A tool which creates links from the selection of a RadzenHtmlEditor.

    Inheritance
    System.Object
    Radzen.Blazor.RadzenHtmlEditorButtonBase
    RadzenHtmlEditorLink
    Implements
    IDisposable
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenHtmlEditorLink : RadzenHtmlEditorButtonBase, IDisposable
    Examples
    <RadzenHtmlEditor @bind-Value=@html>
     <RadzenHtmlEditorLink />
    </RadzenHtmlEdito>
    @code {
      string html = "@lt;strong>Hello</strong> world!";
    }

    Properties

    CancelText

    Specifies the text of button which cancels image insertion and closes the dialog. Set to "Cancel" by default.

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

    LinkText

    Specifies the text of the label suggesting the user to change the text of the link. Set to "Text" by default.

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

    OkText

    Specifies the text of button which inserts the image. Set to "OK" by default.

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

    OpenInNewWindowText

    Specifies the text of the checkbox that opens the link in new window. Set to "Open in new window" by default.

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

    Shortcut

    Specifies the shortcut for the command. Set to "Ctrl+K" by default.

    Declaration
    public override string Shortcut { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    Radzen.Blazor.RadzenHtmlEditorButtonBase.Shortcut

    Title

    Specifies the title (tooltip) displayed when the user hovers the tool. Set to "Insert link" by default.

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

    UrlText

    Specifies the text of the label suggesting the user to enter a web address. Set to "Web address" by default.

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

    Implements

    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT