Preload
This documentation provides a comprehensive reference for the
Preload component, guiding you through its configuration options.Screenshot #

Preload Parameters #
| Name | Type | Default | Required | Description | Added Version |
|---|---|---|---|---|---|
| AdditionalAttributes | Dictionary<string, object>? | null | Gets or sets additional attributes that will be applied to the component. | 1.0.0 | |
| ChildContent | RenderFragment? | null | Gets or sets the content to be rendered within the component. | 1.1.0 | |
| Class | string? | null | Gets or sets the CSS class name(s) to apply to the component. | 1.0.0 | |
| Id | string? | null | Gets or sets the ID. If not set, a unique ID will be generated. | 1.0.0 | |
| LoadingText | string? | null | Gets or sets the loading text. | 1.10.4 | |
| Style | string? | null | Gets or sets the CSS style string that defines the inline styles for the component. | 1.0.0 |
PreloadService Methods #
| Name | Return type | Description | Added Version |
|---|---|---|---|
| Hide() | Void | Hides the preload spinner. | 1.1.0 |
| Show(SpinnerColor spinnerColor, string? loadingText) | Void | Shows the preload spinner. | 1.1.0 |