File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments