Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 1.33 KB

README.md

File metadata and controls

9 lines (5 loc) · 1.33 KB

Blazor Shared

Solution containing Blazor Server, Blazor Webassembly and Maui Blazor with a shared Razor component library with bare minimum setup to quickly get started with one component codebase for all three Blazor projects. Includes User authorization login for Maui Blazor

Getting Started

Quickly change the layout for all Blazor projects by editing the App.razor file in the Blazor.Razor.Shared Component library

RouteView RouteData="@routeData" DefaultLayout="@typeof(Layout.MainLayout)"