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
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ This section demonstrates how to implement sentiment analysis in the Syncfusion

(`Home.razor`)

```razor
```csharp
@using Syncfusion.Blazor.Kanban
@using Syncfusion.Blazor.SplitButtons
@using Syncfusion.Blazor.Calendars
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ This section demonstrates how to implement the Syncfusion Blazor Kanban componen

(`Home.razor`)

```razor
```csharp

@rendermode InteractiveServer
@inject AzureAIService OpenAIService
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ This section implements the Syncfusion Blazor Rich Text Editor with AI-powered c

(`Home.razor`)

```razor
```csharp
@inject AzureAIService semanticKernelAI
@inject IJSRuntime JSRuntime
@using AISamples.Components.Service
Expand Down