9 references to LayoutView
Microsoft.AspNetCore.Components (3)
RouteView.cs (3)
80builder.OpenComponent<LayoutView>(0); 81builder.AddComponentParameter(1, nameof(LayoutView.Layout), pageLayoutType); 82builder.AddComponentParameter(2, nameof(LayoutView.ChildContent), (RenderFragment)RenderPageWithParameters);
Microsoft.AspNetCore.Components.Authorization (3)
AuthorizeRouteView.cs (3)
106builder.OpenComponent<LayoutView>(0); 107builder.AddComponentParameter(1, nameof(LayoutView.Layout), DefaultLayout); 108builder.AddComponentParameter(2, nameof(LayoutView.ChildContent), content);
Microsoft.AspNetCore.Components.Endpoints (3)
RazorComponentEndpointHost.cs (3)
45builder.OpenComponent<LayoutView>(0); 46builder.AddComponentParameter(1, nameof(LayoutView.Layout), pageLayoutType); 47builder.AddComponentParameter(2, nameof(LayoutView.ChildContent), (RenderFragment)RenderPageWithParameters);