Table of Contents

Class RadzenHtmlEditorRedo

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

A RadzenHtmlEditor tool which repeats the last undone command.

public class RadzenHtmlEditorRedo : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance
RadzenHtmlEditorRedo
Implements
Inherited Members

Examples

<RadzenHtmlEditor @bind-Value=@html>
 <RadzenHtmlEditorRedo />
</RadzenHtmlEdito>
@code {
  string html = "@lt;strong>Hello</strong> world!"; 
}

Constructors

RadzenHtmlEditorRedo()

public RadzenHtmlEditorRedo()

Properties

CommandName

protected override string CommandName { get; }

Property Value

string

Title

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

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

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder