1 write to SectionName
Microsoft.AspNetCore.Components (1)
Sections\SectionContent.cs (1)
92SectionName = (string)param.Value;
6 references to SectionName
Microsoft.AspNetCore.Components (6)
Sections\SectionContent.cs (6)
51if (SectionName is not null && SectionId is not null) 53throw new InvalidOperationException($"{nameof(SectionContent)} requires that '{nameof(SectionName)}' and '{nameof(SectionId)}' cannot both have non-null values."); 55else if (SectionName is not null) 57identifier = SectionName; 65throw new InvalidOperationException($"{nameof(SectionContent)} requires a non-null value either for '{nameof(SectionName)}' or '{nameof(SectionId)}'."); 91case nameof(SectionContent.SectionName):