8 references to Body
Aspire.Dashboard.Components.Tests (4)
Layout\MainLayoutTests.cs (4)
430builder.Add(component => component.Body, bodyBuilder => 612builder.Add(component => component.Body, bodyBuilder => bodyBuilder.AddMarkupContent(0, "<div id=\"body-content\"></div>")); 772builder.Add(p => p.Body, bodyBuilder => bodyBuilder.AddMarkupContent(0, "<div id=\"body-content\"></div>")); 826builder.Add(p => p.Body, bodyBuilder => bodyBuilder.AddMarkupContent(0, "<div id=\"body-content\"></div>"));
Microsoft.AspNetCore.Components (4)
LayoutComponentBase.cs (2)
12/// and declare their own parameter named <see cref="Body"/>. 16internal const string BodyPropertyName = nameof(Body);
LayoutView.cs (1)
29/// The type must implement <see cref="IComponent"/> and accept a parameter named <see cref="LayoutComponentBase.Body"/>.
RouteView.cs (1)
42/// and accept a parameter named <see cref="LayoutComponentBase.Body"/>.