Skip to content

Commit 024bfe5

Browse files
998699: path correction
1 parent f4f730f commit 024bfe5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/file-attachments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Set the `SaveUrl` and `RemoveUrl` properties to specify server endpoints for han
3838
{% include code-snippet/chat-ui/file-attachments/save-remove-url/razor %}
3939
{% endhighlight %}
4040
{% highlight c# tabtitle="saveRemoveUrl.cs" %}
41-
{% include code-snippet/chat-ui/file-attachments/save-remove-url/save-remove-url.cs %}
41+
{% include code-snippet/chat-ui/file-attachments/save-remove-url/saveRemoveUrl.cs %}
4242
{% endhighlight %}
4343
{% endtabs %}
4444

@@ -108,7 +108,7 @@ Toggle drag-and-drop support for attachments via `EnableDragAndDrop` property. T
108108
{% include code-snippet/chat-ui/file-attachments/drag-and-drop/razor %}
109109
{% endhighlight %}
110110
{% highlight c# tabtitle="DragAndDrop.cs" %}
111-
{% include code-snippet/chat-ui/file-attachments/drag-and-drop/drag-and-drop.cs %}
111+
{% include code-snippet/chat-ui/file-attachments/drag-and-drop/dragAndDrop.cs %}
112112
{% endhighlight %}
113113
{% endtabs %}
114114

ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/file-attachments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Set the `saveUrl` and `removeUrl` properties to specify server endpoints for han
3838
{% include code-snippet/chat-ui/file-attachments/save-remove-url/tagHelper %}
3939
{% endhighlight %}
4040
{% highlight c# tabtitle="saveRemoveUrl.cs" %}
41-
{% include code-snippet/chat-ui/file-attachments/save-remove-url/save-remove-url.cs %}
41+
{% include code-snippet/chat-ui/file-attachments/save-remove-url/saveRemoveUrl.cs %}
4242
{% endhighlight %}
4343
{% endtabs %}
4444

@@ -108,7 +108,7 @@ Toggle drag-and-drop support for attachments via `enableDragAndDrop` property. T
108108
{% include code-snippet/chat-ui/file-attachments/drag-and-drop/tagHelper %}
109109
{% endhighlight %}
110110
{% highlight c# tabtitle="DragAndDrop.cs" %}
111-
{% include code-snippet/chat-ui/file-attachments/drag-and-drop/drag-and-drop.cs %}
111+
{% include code-snippet/chat-ui/file-attachments/drag-and-drop/dragAndDrop.cs %}
112112
{% endhighlight %}
113113
{% endtabs %}
114114

0 commit comments

Comments
 (0)