diff --git a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/messages.md b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/messages.md index e75782edc3..91a6223ee5 100644 --- a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/messages.md +++ b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.MVC/messages.md @@ -381,7 +381,7 @@ By integrating the [marked](https://github.com/markedjs/marked) library, you can {% highlight razor tabtitle="CSHTML" %} {% include code-snippet/chat-ui/messages/markdown/razor %} {% endhighlight %} -{% highlight c# tabtitle="markdown.cs" %} +{% highlight c# tabtitle="Markdown.cs" %} {% include code-snippet/chat-ui/messages/markdown/markdown.cs %} {% endhighlight %} {% endtabs %} diff --git a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md index 1c6918dca4..4b9ffcf350 100644 --- a/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md +++ b/ej2-asp-core-mvc/chat-ui/EJ2_ASP.NETCORE/messages.md @@ -381,7 +381,7 @@ By integrating the [marked](https://github.com/markedjs/marked) library, you can {% highlight razor tabtitle="CSHTML" %} {% include code-snippet/chat-ui/messages/markdown/tagHelper %} {% endhighlight %} -{% highlight c# tabtitle="ItemClicked.cs" %} +{% highlight c# tabtitle="Markdown.cs" %} {% include code-snippet/chat-ui/messages/markdown/markdown.cs %} {% endhighlight %} {% endtabs %}