Table of Contents

Class ComponentBaseWithState

Namespace
MudBlazor
Assembly
MudBlazor.dll

Represents a base class for designing components which maintain state.

public class ComponentBaseWithState : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
ComponentBaseWithState
Implements
Derived
Inherited Members
Extension Methods

Constructors

ComponentBaseWithState()

public ComponentBaseWithState()

Methods

CreateRegisterScope()

Creates a scope for registering parameters.

protected IParameterRegistrationBuilderScope CreateRegisterScope()

Returns

IParameterRegistrationBuilderScope

A ParameterRegistrationBuilderScope instance for registering parameters.

OnInitialized()

protected override void OnInitialized()

OnParametersSet()

protected override void OnParametersSet()

SetParametersAsync(ParameterView)

public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters ParameterView

Returns

Task