aspnetcore/samples/StandaloneApp/App.cshtml

6 lines
223 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 />