Test Pinned via API
This commit is contained in:
13
View/Pages/Counter.razor
Normal file
13
View/Pages/Counter.razor
Normal file
@ -0,0 +1,13 @@
|
||||
@page "/counter"
|
||||
|
||||
@using Microsoft.AspNetCore.Components.Web
|
||||
|
||||
@namespace OI.Metrology.View.Pages
|
||||
|
||||
<PageTitle>Counter</PageTitle>
|
||||
|
||||
<h1>Counter - Bye</h1>
|
||||
|
||||
<p role="status">Current count: @_CurrentCount</p>
|
||||
|
||||
<button class="btn btn-primary" @onclick="IncrementCount">Click me</button>
|
Reference in New Issue
Block a user