From f89edc293bd4e048e66c427de351c74ce01aa6ad Mon Sep 17 00:00:00 2001 From: kathiravan4982 Date: Thu, 3 Sep 2026 00:05:54 +0530 Subject: [PATCH] 856180: Fixed the issues in the Blazor AppBar Getting Started UG. --- blazor/appbar/getting-started-with-server-app.md | 8 +++++--- blazor/appbar/getting-started-with-web-app.md | 8 +++++--- blazor/appbar/getting-started.md | 9 ++++++--- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/blazor/appbar/getting-started-with-server-app.md b/blazor/appbar/getting-started-with-server-app.md index 0a60d6ab45..9d3fefc4f2 100644 --- a/blazor/appbar/getting-started-with-server-app.md +++ b/blazor/appbar/getting-started-with-server-app.md @@ -170,6 +170,7 @@ N>If the interactivity location is set to `Per page/component`, define a render {% highlight razor tabtitle="Home.razor" %} @rendermode InteractiveServer +@using Syncfusion.Blazor.Navigations @using Syncfusion.Blazor.Buttons
@@ -232,9 +233,10 @@ dotnet run {% previewsample "https://blazorplayground.syncfusion.com/embed/rXLHXxMshoHHefSV?appbar=false&editor=false&result=true&errorlist=false&theme=fluent2" backgroundimage "[Blazor AppBar Component](images/getting_started.webp)" %} -N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/AppBar) +N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/AppBar). ## See also -1. [Getting Started with Blazor WebAssembly App](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app) -2. [Getting Started with Blazor Server App](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) +1. [Getting Started with Blazor Web App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) +2. [Getting Started with Blazor Server App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) +3. [Getting Started with Blazor WebAssembly App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app) diff --git a/blazor/appbar/getting-started-with-web-app.md b/blazor/appbar/getting-started-with-web-app.md index ce99af5ed0..9b380232d1 100644 --- a/blazor/appbar/getting-started-with-web-app.md +++ b/blazor/appbar/getting-started-with-web-app.md @@ -172,6 +172,7 @@ N> If the interactivity location is set to `Per page/component` in the Web App, {% highlight razor tabtitle="Home.razor" %} @rendermode InteractiveAuto +@using Syncfusion.Blazor.Navigations @using Syncfusion.Blazor.Buttons
@@ -238,9 +239,10 @@ dotnet run {% previewsample "https://blazorplayground.syncfusion.com/embed/hthnjRsWhSSFlgoQ?appbar=false&editor=false&result=true&errorlist=false&theme=fluent2" backgroundimage "[Blazor AppBar Component](images/getting_started.webp)" %} -N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/AppBar) +N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/AppBar). ## See also -1. [Getting Started with Blazor WebAssembly App](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app) -2. [Getting Started with Blazor Server App](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) +1. [Getting Started with Blazor Web App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) +2. [Getting Started with Blazor Server App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) +3. [Getting Started with Blazor WebAssembly App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app) diff --git a/blazor/appbar/getting-started.md b/blazor/appbar/getting-started.md index c55a6a857d..db4c50f596 100644 --- a/blazor/appbar/getting-started.md +++ b/blazor/appbar/getting-started.md @@ -165,6 +165,7 @@ Open a Razor file located in the **~/Pages/*.razor** (for example, **Home.razor* {% tabs %} {% highlight razor tabtitle="Home.razor" %} +@using Syncfusion.Blazor.Navigations @using Syncfusion.Blazor.Buttons
@@ -227,8 +228,10 @@ dotnet run {% previewsample "https://blazorplayground.syncfusion.com/embed/BjLxtRsWhoSLRrCg?appbar=false&editor=false&result=true&errorlist=false&theme=fluent2" backgroundimage "[Blazor AppBar Component](images/getting_started.webp)" %} -## See also +N> [View Sample in GitHub](https://github.com/SyncfusionExamples/Blazor-Getting-Started-Examples/tree/main/AppBar). -1. [Getting Started with Blazor WebAssembly Standalone App](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app) -2. [Getting Started with Blazor Server App](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) +## See also +1. [Getting Started with Blazor Web App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) +2. [Getting Started with Blazor Server App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) +3. [Getting Started with Blazor WebAssembly App in Visual Studio or .NET CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app)