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