Skip to content

Commit e2a67b8

Browse files
988747: Drafted UG for SmartPaste and SmartTextArea.
1 parent 753d5ef commit e2a67b8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

ej2-asp-core-mvc/smart-paste/EJ2_ASP.NETCORE/deepseek-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ var app = builder.Build();
176176

177177
## Add the Smart Paste Button
178178

179-
Add the Smart Paste Button to a form in the **~/Pages/Index.chtml** file to test the DeepSeek AI integration.
179+
Add the Smart Paste Button to a form in the **~/Pages/Index.cshtml** file to test the DeepSeek AI integration.
180180

181181
{% tabs %}
182182
{% highlight cshtml tabtitle="CSHTML" %}

ej2-asp-core-mvc/smart-paste/EJ2_ASP.NETCORE/gemini-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ var app = builder.Build();
224224

225225
## Add the Smart Paste Button
226226

227-
Add the Smart Paste Button to a form in the **~/Pages/Index.chtml** file to test the Gemini AI integration.
227+
Add the Smart Paste Button to a form in the **~/Pages/Index.cshtml** file to test the Gemini AI integration.
228228

229229
{% tabs %}
230230
{% highlight cshtml tabtitle="CSHTML" %}

ej2-asp-core-mvc/smart-paste/EJ2_ASP.NETCORE/groq-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ var app = builder.Build();
177177

178178
## Add the Smart Paste Button
179179

180-
Add the Smart Paste Button to a form in the **~/Pages/Index.chtml** file to test the Gemini AI integration.
180+
Add the Smart Paste Button to a form in the **~/Pages/Index.cshtml** file to test the Gemini AI integration.
181181

182182
{% tabs %}
183183
{% highlight cshtml tabtitle="CSHTML" %}

ej2-asp-core-mvc/smart-textarea/EJ2_ASP.NETCORE/gemini-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ var app = builder.Build();
225225

226226
## Add ASP.NET Core Smart TextArea Control
227227

228-
Add the Smart TextArea in the **~/Pages/Index.chtml** file to test the Gemini AI integration.
228+
Add the Smart TextArea in the **~/Pages/Index.cshtml** file to test the Gemini AI integration.
229229

230230
{% tabs %}
231231
{% highlight cshtml tabtitle="CSHTML" %}

ej2-asp-core-mvc/smart-textarea/EJ2_ASP.NETCORE/groq-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ var app = builder.Build();
177177

178178
## Add ASP.NET Core Smart TextArea Control
179179

180-
Add the Smart TextArea in the **~/Pages/Index.chtml** file to test the Groq AI integration.
180+
Add the Smart TextArea in the **~/Pages/Index.cshtml** file to test the Groq AI integration.
181181

182182
{% tabs %}
183183
{% highlight cshtml tabtitle="CSHTML" %}

0 commit comments

Comments
 (0)