1 write to ChildContent
Microsoft.AspNetCore.Components.Web.Tests (1)
Forms\Mapping\SupplyParameterFromFormTest.cs (1)
40
ChildContent
= modelBindingContext => builder =>
7 references to ChildContent
Microsoft.AspNetCore.Components.Web (1)
Forms\Mapping\FormMappingScope.cs (1)
73
builder.AddContent(0,
ChildContent
, _cascadingValueSupplier!.MappingContext);
Microsoft.AspNetCore.Components.Web.Tests (6)
Forms\EditFormTest.cs (1)
246
builder.AddComponentParameter(3, nameof(FormMappingScope.
ChildContent
), (RenderFragment<FormMappingContext>)(_ => RenderForm));
Forms\Mapping\FormMappingScopeTest.cs (4)
34
builder.AddAttribute(2, nameof(FormMappingScope.
ChildContent
), contents);
56
b.AddAttribute(2, nameof(FormMappingScope.
ChildContent
), contents);
64
builder.AddAttribute(2, nameof(FormMappingScope.
ChildContent
), nested);
121
builder.AddAttribute(2, nameof(FormMappingScope.
ChildContent
), contents);
HtmlRendering\HtmlRendererTest.cs (1)
1090
rtb.AddComponentParameter(1, nameof(FormMappingScope.
ChildContent
), (RenderFragment<FormMappingContext>)(ctx => rtb =>