diff --git a/BlazorDashboard/App.razor b/BlazorDashboard/App.razor
new file mode 100644
index 0000000..3a2af53
--- /dev/null
+++ b/BlazorDashboard/App.razor
@@ -0,0 +1,10 @@
+ Sorry, there's nothing at this address.
Current count: @currentCount
+ + + +@code { + private int currentCount = 0; + + private void IncrementCount() + { + currentCount++; + } +} diff --git a/BlazorDashboard/Pages/FetchData.razor b/BlazorDashboard/Pages/FetchData.razor new file mode 100644 index 0000000..4432ee5 --- /dev/null +++ b/BlazorDashboard/Pages/FetchData.razor @@ -0,0 +1,55 @@ +@page "/fetchdata" +@inject HttpClient Http + +This component demonstrates fetching data from the server.
+ +@if (forecasts == null) +{ +Loading...
+} +else +{ +| Date | +Temp. (C) | +Temp. (F) | +Summary | +
|---|---|---|---|
| @forecast.Date.ToShortDateString() | +@forecast.TemperatureC | +@forecast.TemperatureF | +@forecast.Summary | +
Email:
' + + ''+ $_emailValue +'
' + + 'Location:
' + + ''+ $_locationValue +'
' + + 'Phone:
' + + ''+ $_phoneValue +'
' + + '"+$_mailDescriptionInnerHTML+"
"+ + + 'Best Regards,
'+ + 'Info
'+ + innerConditionHTML + + '"+$_mailDescriptionInnerHTML+"
"+ + + 'Best Regards,
'+ + 'Info
'+ + innerConditionHTML + + '"+$_mailDescriptionInnerHTML+"
"+ + + 'Best Regards,
'+ + 'Info
'+ + innerConditionHTML+ + ''+$_noteTitle+'
' + + '' + + ''+$_noteDescription+'
' + + ''+ $_taskText +'
'+ + + ''+$_taskProgress+'%
'+ + + '
'+
+ '"+$_taskDescriptionText+"
"+ + '" + i.countdownMessage.replace(/{timer}/g, '') + "
" : "", + l = i.countdownBar ? '