Class Error
Inherited Members
Namespace: OEMS.UI.Components.Pages
Assembly: OEMS.UI.dll
Syntax
[Layout(typeof(EmptyLayout))]
[Route("/Error")]
public class Error : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
OnInitialized()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
Declaration
protected override void OnInitialized()