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
67
var previousChildContent =
ChildContent
;
93
var otherParamsChanged =
ChildContent
!= previousChildContent || AdditionalAttributes != previousAdditionalAttributes;
107
if (
ChildContent
is null)
114
builder.AddContent(4,
ChildContent
);