Table of Contents

Class RadzenHtmlEditorUnlink

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

A RadzenHtmlEditor tool which removes a link.

public class RadzenHtmlEditorUnlink : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenHtmlEditorUnlink
Implements
Inherited Members
<RadzenHtmlEditor @bind-Value=@html>
 <RadzenHtmlEditorUnlink />
</RadzenHtmlEdito>
@code {
  string html = "@lt;strong>Hello</strong> world!"; 
}

Constructors

public RadzenHtmlEditorUnlink()

Properties

protected override string CommandName { get; }

Property Value

string

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

[Parameter]
public string Title { get; set; }

Property Value

string

Methods

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder