aspnetcore/samples/StandaloneApp/App.cshtml

8 lines
276 B
Plaintext

<!--
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:Router
AppAssembly=@(typeof(StandaloneApp.Program).Assembly)
PagesNamespace=@("StandaloneApp.Pages") />