aspnetcore/samples/StandaloneApp/App.cshtml

9 lines
334 B
Plaintext

@using Microsoft.AspNetCore.Blazor.Browser.Routing
<!--
Configuring this stuff here is temporary. Later we'll move the app config
into Program.cs, and it won't be necessary to specify AppAssembly.
-->
<c:BrowserRouter
AppAssembly=@(typeof(StandaloneApp.Program).Assembly)
PagesNamespace=@("StandaloneApp.Pages") />