1 write to SectionName
Microsoft.AspNetCore.Components (1)
Sections\SectionContent.cs (1)
92
SectionName
= (string)param.Value;
6 references to SectionName
Microsoft.AspNetCore.Components (6)
Sections\SectionContent.cs (6)
51
if (
SectionName
is not null && SectionId is not null)
53
throw new InvalidOperationException($"{nameof(SectionContent)} requires that '{nameof(
SectionName
)}' and '{nameof(SectionId)}' cannot both have non-null values.");
55
else if (
SectionName
is not null)
57
identifier =
SectionName
;
65
throw new InvalidOperationException($"{nameof(SectionContent)} requires a non-null value either for '{nameof(
SectionName
)}' or '{nameof(SectionId)}'.");
91
case nameof(SectionContent.
SectionName
):