Class App
- Namespace
- Oqtane.Components
- Assembly
- Oqtane.Server.dll
public class App : ComponentBase
- Inheritance
-
objectComponentBaseApp
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
RenderTreeBuilder
OnInitializedAsync()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
Override this method if you will perform an asynchronous operation and want the component to refresh when that operation is completed.
protected override Task OnInitializedAsync()
Returns
- Task
A System.Threading.Tasks.Task representing any asynchronous operation.