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: ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/getting-started.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,9 @@ Now, add the Syncfusion ASP.NET Core Chat UI tag helper in `~/Pages/Index.cshtml
93
93
{% highlight cshtml tabtitle="CSHTML" %}
94
94
{% include code-snippet/chat-ui/getting-started/tagHelper %}
95
95
{% endhighlight %}
96
+
{% highlight c# tabtitle="Default.cs" %}
97
+
{% include code-snippet/chat-ui/getting-started/gettingstarted.cs %}
98
+
{% endhighlight %}
96
99
{% endtabs %}
97
100
98
101
Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> (Windows) or <kbd>⌘</kbd>+<kbd>F5</kbd> (macOS) to run the app. Then, the Syncfusion ASP.NET Core Chat UI control will be rendered in the default web browser.
@@ -107,6 +110,9 @@ You can use the `<e-chatui-messages>` tag directive to group all the messages an
107
110
{% highlight cshtml tabtitle="CSHTML" %}
108
111
{% include code-snippet/chat-ui/default-messages/tagHelper %}
109
112
{% endhighlight %}
113
+
{% highlight c# tabtitle="Default.cs" %}
114
+
{% include code-snippet/chat-ui/default-messages/defaultMessages.cs %}
0 commit comments