Skip to content

Instantly share code, notes, and snippets.

@huanlin
Created December 16, 2022 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huanlin/cbb616bc5a38a098b7cbb346f6431cf9 to your computer and use it in GitHub Desktop.
Save huanlin/cbb616bc5a38a098b7cbb346f6431cf9 to your computer and use it in GitHub Desktop.
Blazor app Index.razor
@page "/"
<PageTitle>Index</PageTitle>
<h1>Hello, world!</h1>
Welcome to your new app.
<SurveyPrompt Title="How is Blazor working for you?" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment