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