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