Files
ASP.NET-MVC-Study/BlazorApp/RankingApp/Pages/Index.razor

10 lines
150 B
Plaintext
Raw Normal View History

2023-08-25 11:43:59 +09:00
@page "/"
<PageTitle>Index</PageTitle>
<h1>Hello, world!</h1>
Welcome to your new app.
<SurveyPrompt Title="How is Blazor working for you?" />