5 references to SectionName
Microsoft.AspNetCore.Components (5)
Sections\SectionOutlet.cs (5)
48if (SectionName is not null && SectionId is not null) 50throw new InvalidOperationException($"{nameof(SectionOutlet)} requires that '{nameof(SectionName)}' and '{nameof(SectionId)}' cannot both have non-null values."); 52else if (SectionName is not null) 54identifier = SectionName; 62throw new InvalidOperationException($"{nameof(SectionOutlet)} requires a non-null value either for '{nameof(SectionName)}' or '{nameof(SectionId)}'.");