You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Admin/Sources/HeartTrack/Pages/Index.razor

16 lines
285 B

@page "/"
@using System.Globalization
<PageTitle>Global View</PageTitle>
<h1>Global View</h1>
This is the global statistics of our website.
Actual language:
<p>
<b>CurrentCulture</b>: @CultureInfo.CurrentCulture
</p>
<SurveyPrompt Title="How is Blazor working for you?" />