You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blazor/smart-textarea/getting-started-webapp.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ N> Syncfusion Blazor Smart Components support both OpenAI and Azure OpenAI and a
70
70
Create a **Blazor Web App** using Visual Studio Code with [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-8.0&pivots=vsc) or the [Syncfusion Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). Configure the app with the Server interactive render mode using the following commands:
71
71
72
72
{% tabs %}
73
-
{% highlight c# tabtitle="Blazor Web App" %}
73
+
{% highlight c# tabtitle="Blazor Web App Server" %}
74
74
75
75
dotnet new blazor -o BlazorWebApp -int Server
76
76
cd BlazorWebApp
@@ -119,7 +119,7 @@ For Server interactive render mode, open the **~/Components/_Imports.razor** fil
119
119
Register the Syncfusion Blazor service in the **~/Program.cs** file:
120
120
121
121
{% tabs %}
122
-
{% highlight C# tabtitle="Blazor Web App" hl_lines="3 10" %}
122
+
{% highlight C# tabtitle="Blazor Web App Server" hl_lines="3 10" %}
123
123
124
124
using Microsoft.AspNetCore.Components;
125
125
using Microsoft.AspNetCore.Components.Web;
@@ -166,7 +166,7 @@ For OpenAI, obtain an API key from [OpenAI](https://help.openai.com/en/articles/
0 commit comments