Files
YouTube-Manager/Manager.App/Components/Layout/MainLayout.razor.cs

9 lines
204 B
C#

using Microsoft.AspNetCore.Components;
namespace Manager.App.Components.Layout;
public partial class MainLayout
{
[CascadingParameter]
public ApplicationLayout? ApplicationLayout { get; set; }
}