diff --git a/RadzenBlazorDemos/Pages/GetStarted.razor b/RadzenBlazorDemos/Pages/GetStarted.razor index fac62d4d749..0bbc7acce3c 100644 --- a/RadzenBlazorDemos/Pages/GetStarted.razor +++ b/RadzenBlazorDemos/Pages/GetStarted.razor @@ -19,7 +19,7 @@ - +
All interactive features of the Radzen Blazor components require interactivity of the container .razor file to be enabled or the @@rendermode @@ -61,46 +61,6 @@ More info is available in the -
- @Installation(CurrentVersion) - @Import(CurrentVersion) - @IncludeTheme(("_Host.cshtml", "ServerPrerendered", CurrentVersion)) - @IncludeJavaScript(("_Host.cshtml", CurrentVersion)) - @UseComponent(CurrentVersion) - @Additional(CurrentVersion) -
- - -
- @Installation(CurrentVersion) - @Import(CurrentVersion) - @IncludeTheme(("_Host.cshtml", "WebAssemblyPrerendered", CurrentVersion)) - @IncludeJavaScript(("_Host.cshtml", CurrentVersion)) - @UseComponent(CurrentVersion) - @Additional(CurrentVersion) -
-
- -
- @Installation(CurrentVersion) - @Import(CurrentVersion) - @IncludeTheme(("_Layout.cshtml", "ServerPrerendered", CurrentVersion)) - @IncludeJavaScript(("_Layout.cshtml", CurrentVersion)) - @UseComponent(CurrentVersion) - @Additional(CurrentVersion) -
-
- -
- @Installation(CurrentVersion) - @Import(CurrentVersion) - @IncludeTheme(("_Layout.cshtml", "WebAssemblyPrerendered", CurrentVersion)) - @IncludeJavaScript(("_Layout.cshtml", CurrentVersion)) - @UseComponent(CurrentVersion) - @Additional(CurrentVersion) -
-
@Installation(CurrentVersion) @@ -150,14 +110,14 @@ More info is available in the Version ?? "net8"; + private string CurrentVersion => Version ?? "net9"; protected override void OnParametersSet() {