Default.cshtml 254 B

1234567
  1. @model Admin.Pages.Shared.Layout.LayoutViewModel
  2. @*
  3. This view is intentionally empty.
  4. The `Layout` view component is invoked from `Pages/Shared/_Layout.cshtml` only to build a `LayoutViewModel`.
  5. Its HTML is rendered by the layout itself.
  6. *@