Index.razor 190 B

123456789
  1. @page "/"
  2. @using Microsoft.AspNetCore.Authorization;
  3. @attribute [Authorize]
  4. <h1>Hello, world!</h1>
  5. Welcome to your new app.
  6. @*<SurveyPrompt Title="How is Blazor working for you?" />*@