Function or value | Description |
|
This function can be used to build a concatenation of fragments whose structure does not vary across renders. To concatenate fragments based on a variable list of values, use M:ForEach instead.
|
|
|
|
|
|
Create an HTML fragment that is the concatenation of fragments obtained by mapping a function on a sequence of items.
|
Full Usage:
Fragment fragment
Parameters:
RenderFragment
-
The Blazor RenderFragment.
Returns: Node
A Bolero Node representing the Blazor RenderFragment.
Modifiers: inline |
|
|
Create a conditional HTML fragment whose structure depends on a boolean value or the case of a union.
|
Full Usage:
RawHtml html
Parameters:
string
-
The raw HTML.
Returns: Node
An HTML fragment.
Modifiers: inline |
|
|