A RadzenHtmlEditor visual separator.
Object
ComponentBase
IComponent
IHandleEvent
IHandleAfterRender
ComponentBase.OnInitialized
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 RadzenHtmlEditorSeparator : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender<RadzenHtmlEditor @bind-Value=@html>
<RadzenHtmlEditorLink />
<RadzenHtmlEditorSeparator />
<RadzenHtmlEditorJustify />
</RadzenHtmlEdito>
@code {
string html = "@lt;strong>Hello</strong> world!";
}A RadzenHtmlEditor visual separator.
public RadzenHtmlEditorSeparator()protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |