Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion blazor/toast/getting-started-webapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ await builder.Build().RunAsync();
If the **Interactive Render Mode** is set to `Server`, the project contains a single **~/Program.cs** file. In this case, register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor service only in that file.

{% tabs %}
{% highlight c# tabtitle="~/_Program.cs" hl_lines="2 9" %}
{% highlight c# tabtitle="~/_Program.cs" hl_lines="1 9" %}

using Syncfusion.Blazor;

Expand Down
2 changes: 1 addition & 1 deletion blazor/visual-studio-code-integration/upgrade-project.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Upgrade a project to the latest version | Syncfusion
description: Learn here about how to upgrade a project to the latest version using the Syncfusion Blazor extension for Visual Studio Code. Explore to more details.
description: Learn here about how to upgrade the project to the latest version using the Syncfusion Blazor extension for Visual Studio Code. Explore to more details
platform: Blazor
control: Common
documentation: ug
Expand Down