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