1 write to SectionName
Microsoft.AspNetCore.Components (1)
Sections\SectionContent.cs (1)
95
SectionName
= (string)param.Value;
6 references to SectionName
Microsoft.AspNetCore.Components (6)
Sections\SectionContent.cs (6)
54
if (
SectionName
is not null && SectionId is not null)
56
throw new InvalidOperationException($"{nameof(SectionContent)} requires that '{nameof(
SectionName
)}' and '{nameof(SectionId)}' cannot both have non-null values.");
58
else if (
SectionName
is not null)
60
identifier =
SectionName
;
68
throw new InvalidOperationException($"{nameof(SectionContent)} requires a non-null value either for '{nameof(
SectionName
)}' or '{nameof(SectionId)}'.");
94
case nameof(SectionContent.
SectionName
):