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.
Projet_Blazor/src/CraftSharp/Pages/Index.razor

15 lines
255 B

@page "/index"
@using System.Globalization
<p>
<b>CurrentCulture</b>: @CultureInfo.CurrentCulture
</p>
<PageTitle>Index</PageTitle>
<h3>@Localizer["Opening"]</h3>
<h1>Hello, world!</h1>
<br />
<button @onclick="CreateLogs">Create logs</button>