Class TelerikRootComponent
The base class for the TelerikRootComponent that needs to be at the root of the main layout of the application.
Inheritance
System.Object
TelerikRootComponent
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikRootComponent : ComponentBase, IDisposable
Constructors
TelerikRootComponent()
Declaration
public TelerikRootComponent()
Properties
ChildContent
Everything else in the application. The TelerikRootComponent must be at the root of the main layout of the application.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Microsoft.AspNetCore.Components.RenderFragment
|
Localizer
Specifies a localizer. Can be used with lazy-loading of assemblies in wasm.
Declaration
public ITelerikStringLocalizer Localizer { get; set; }
Property Value
ITelerikStringLocalizer
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
Dispose()
Declaration
public virtual void Dispose()
StateHasChanged()
Declaration
protected virtual void StateHasChanged()