Class ModuleMessage
public class ModuleMessage : ModuleControlBase, IModuleControl
- Inheritance
-
objectComponentBaseModuleMessage
- Implements
- Inherited Members
Properties
Message
[Parameter]
public string Message { get; set; }
Property Value
- string
Parent
[Parameter]
public RenderModeBoundary Parent { get; set; }
Property Value
Type
[Parameter]
public MessageType Type { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
OnParametersSet()
Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.
protected override void OnParametersSet()