A tool which switches between rendered and source views in RadzenHtmlEditor.
Object
ComponentBase
RadzenHtmlEditorButtonBase
IComponent
IHandleEvent
IHandleAfterRender
RadzenHtmlEditorButtonBase.OnInitialized
RadzenHtmlEditorButtonBase.Dispose
RadzenHtmlEditorButtonBase.Editor
RadzenHtmlEditorButtonBase.CommandName
RadzenHtmlEditorButtonBase.Shortcut
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.SetParametersAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenHtmlEditorSource : RadzenHtmlEditorButtonBase, IComponent, IHandleEvent, IHandleAfterRenderA tool which switches between rendered and source views in RadzenHtmlEditor.
public RadzenHtmlEditorSource()Specifies the title (tooltip) displayed when the user hovers the tool. Set to "View source" by default.
public string Title { get; set; }
| Type | Description |
|---|---|
| string | Specifies the title (tooltip) displayed when the user hovers the tool. Set to "View source" by default. |