Show / Hide Table of Contents

Class NullLayout

Inheritance
object
ComponentBase
LayoutComponentBase
NullLayout
Implements
IComponent
IHandleEvent
IHandleAfterRender
Inherited Members
LayoutComponentBase.SetParametersAsync(ParameterView)
LayoutComponentBase.Body
ComponentBase.OnInitialized()
ComponentBase.OnInitializedAsync()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Pro.Public.MauiBlazor.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.MauiBlazor.dll
Syntax
public class NullLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

NullLayout()

Declaration
public NullLayout()

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder
Overrides
ComponentBase.BuildRenderTree(RenderTreeBuilder)

Implements

IComponent
IHandleEvent
IHandleAfterRender
In this article
Back to top Powered by Volosoft