aspnetcore/samples/StandaloneApp/App.cshtml

8 lines
268 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.
-->
<Router
AppAssembly=typeof(StandaloneApp.Program).Assembly
PagesNamespace="StandaloneApp.Pages" />