bulletboards/ImageBoardServerApp/Pages/Thread.razor

8 lines
105 B
Text
Raw Normal View History

2023-01-25 16:26:21 +00:00
@page "/{board}/thread/{threadId}"
<h3>Thread #xx on /x/</h3>
@RouteData.Values["title"]
@code {
}