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