aspnetcore/test/testapps/BasicTestApp/RouterTest/Other.cshtml

5 lines
118 B
Plaintext

@page "/RouterTest/Other"
@using BasicTestApp.RouterTest
<div id="test-info">This is another page.</div>
<Links />