Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/HelloWorld/App.cshtml')
-rw-r--r--wasm/HelloWorld/App.cshtml5
1 files changed, 5 insertions, 0 deletions
diff --git a/wasm/HelloWorld/App.cshtml b/wasm/HelloWorld/App.cshtml
new file mode 100644
index 0000000..17a7599
--- /dev/null
+++ b/wasm/HelloWorld/App.cshtml
@@ -0,0 +1,5 @@
+<!--
+ Configuring this 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(Program).Assembly" />