Message
This documentation provides a comprehensive reference for the Message
component, guiding you through its configuration options.
Message Parameters #
Name | Type | Default | Required | Description | Added Version |
---|---|---|---|---|---|
ChildContent | RenderFragment | null | Gets or sets the child content. | 1.0.0 | |
Class | string | null | Gets or sets the CSS class. | 1.0.0 | |
Color | MessageColor | None | Gets or sets the color. | 1.0.0 | |
Id | string | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
ShowDeleteButton | bool | True | If true, shows the delete button in the message header. | 1.0.0 | |
Size | MessageSize | None | Gets or sets the size. | 1.0.0 | |
Style | string | null | Gets or sets the CSS style. | 1.0.0 | |
Visible | bool | True | Gets or sets the message visible state. | 1.0.0 |
MessageHeader Parameters #
Name | Type | Default | Required | Description | Added Version |
---|---|---|---|---|---|
ChildContent | RenderFragment | null | Gets or sets the child content. | 1.0.0 | |
Class | string | null | Gets or sets the CSS class. | 1.0.0 | |
Id | string | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
Style | string | null | Gets or sets the CSS style. | 1.0.0 |
MessageBody Parameters #
Name | Type | Default | Required | Description | Added Version |
---|---|---|---|---|---|
ChildContent | RenderFragment | null | Gets or sets the child content. | 1.0.0 | |
Class | string | null | Gets or sets the CSS class. | 1.0.0 | |
Id | string | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
Style | string | null | Gets or sets the CSS style. | 1.0.0 |