1 write to IsDefaultContent
Microsoft.AspNetCore.Components (1)
Sections\SectionContent.cs (1)
98
IsDefaultContent
= (bool)param.Value;
5 references to IsDefaultContent
Microsoft.AspNetCore.Components (4)
Sections\SectionContent.cs (4)
68
if (!object.Equals(identifier, _registeredIdentifier) ||
IsDefaultContent
!= _registeredIsDefaultContent)
75
_registry.AddProvider(identifier, this,
IsDefaultContent
);
77
_registeredIsDefaultContent =
IsDefaultContent
;
97
case nameof(SectionContent.
IsDefaultContent
):
Microsoft.AspNetCore.Components.Web (1)
Head\HeadOutlet.cs (1)
48
builder.AddComponentParameter(4, nameof(SectionContent.
IsDefaultContent
), true);