6 references to ChildContent
Microsoft.AspNetCore.Components.Web (6)
Forms\Label.cs (6)
19
/// <strong>Nested (wrapping) pattern:</strong> When <see cref="
ChildContent
"/> is provided, the label wraps
23
/// <strong>Non-nested pattern:</strong> When <see cref="
ChildContent
"/> is not provided, the label renders
72
var previousChildContent =
ChildContent
;
98
var otherParamsChanged =
ChildContent
!= previousChildContent || AdditionalAttributes != previousAdditionalAttributes;
112
if (
ChildContent
is null)
119
builder.AddContent(4,
ChildContent
);