4 references to Body
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"/>.