1 write to IsDefaultContent
Microsoft.AspNetCore.Components (1)
Sections\SectionContent.cs (1)
101
IsDefaultContent
= (bool)param.Value;
5 references to IsDefaultContent
Microsoft.AspNetCore.Components (4)
Sections\SectionContent.cs (4)
71
if (!object.Equals(identifier, _registeredIdentifier) ||
IsDefaultContent
!= _registeredIsDefaultContent)
78
_registry.AddProvider(identifier, this,
IsDefaultContent
);
80
_registeredIsDefaultContent =
IsDefaultContent
;
100
case nameof(SectionContent.
IsDefaultContent
):
Microsoft.AspNetCore.Components.Web (1)
Head\HeadOutlet.cs (1)
49
builder.AddComponentParameter(4, nameof(SectionContent.
IsDefaultContent
), true);