5 lines
154 B
Plaintext

@*如果组件的路由与共享Razor类库中组件的路由相同则会覆盖(替换)共享类库的路由*@
@page "/"
<h1>ServerApp Hello!</h1>