bulletboards/ImageBoardServerApp/Pages/Thread.razor

8 lines
No EOL
105 B
Text

@page "/{board}/thread/{threadId}"
<h3>Thread #xx on /x/</h3>
@RouteData.Values["title"]
@code {
}