From 89b5d3d94b0d8dbc2f328110d7005867f96d4efd Mon Sep 17 00:00:00 2001 From: Arun Kumar Ragu Date: Wed, 5 Nov 2025 15:14:50 +0530 Subject: [PATCH 1/2] 988638: Updated the docs for usage of MCP Server --- .../EJ2_ASP.MVC/ai-coding-assistant/overview.md | 2 +- ej2-asp-core-mvc/EJ2_ASP.MVC/introduction.md | 4 ++-- .../EJ2_ASP.NETCORE/ai-coding-assistant/overview.md | 2 +- ej2-asp-core-mvc/EJ2_ASP.NETCORE/introduction.md | 2 +- .../chart/EJ2_ASP.MVC/getting-started.md | 4 ++-- .../chart/EJ2_ASP.NETCORE/getting-started.md | 2 +- .../diagram/EJ2_ASP.MVC/getting-started.md | 4 ++-- .../diagram/EJ2_ASP.NETCORE/getting-started.md | 2 +- .../gantt/EJ2_ASP.MVC/getting-started.md | 4 ++-- .../grid/EJ2_ASP.MVC/getting-started-mvc.md | 4 ++-- .../grid/EJ2_ASP.NETCORE/getting-started-core.md | 2 +- .../kanban/EJ2_ASP.MVC/getting-started.md | 4 ++-- .../kanban/EJ2_ASP.NETCORE/getting-started.md | 2 +- .../markdown-editor/EJ2_ASP.MVC/getting-started.md | 12 ++++++------ .../pivot-table/EJ2_ASP.MVC/getting-started.md | 4 ++-- .../pivot-table/EJ2_ASP.NETCORE/getting-started.md | 2 +- .../rich-text-editor/EJ2_ASP.MVC/getting-started.md | 10 +++++----- .../EJ2_ASP.NETCORE/getting-started.md | 4 ++-- .../schedule/EJ2_ASP.MVC/getting-started.md | 4 ++-- .../schedule/EJ2_ASP.NETCORE/getting-started.md | 2 +- 20 files changed, 38 insertions(+), 38 deletions(-) diff --git a/ej2-asp-core-mvc/EJ2_ASP.MVC/ai-coding-assistant/overview.md b/ej2-asp-core-mvc/EJ2_ASP.MVC/ai-coding-assistant/overview.md index 6f2cdea787..baec0477b1 100644 --- a/ej2-asp-core-mvc/EJ2_ASP.MVC/ai-coding-assistant/overview.md +++ b/ej2-asp-core-mvc/EJ2_ASP.MVC/ai-coding-assistant/overview.md @@ -66,5 +66,5 @@ The Syncfusion® AI Coding Assistant is desi ## See also -* Add the [SyncfusionAspNetMvc MCP Server](./mcp-server.md) to an MCP-enabled client +* Add the [SyncfusionAspNetMvc MCP Server](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/mcp-server) to an MCP-enabled client * [Syncfusion® ASP.NET MVC Documentation](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/aspnet-mvc-htmlhelper) diff --git a/ej2-asp-core-mvc/EJ2_ASP.MVC/introduction.md b/ej2-asp-core-mvc/EJ2_ASP.MVC/introduction.md index d278cd2dfd..4f894a06d2 100644 --- a/ej2-asp-core-mvc/EJ2_ASP.MVC/introduction.md +++ b/ej2-asp-core-mvc/EJ2_ASP.MVC/introduction.md @@ -14,7 +14,7 @@ documentation: ug The Syncfusion® ASP.NET MVC UI (Essential® JS 2) is a modern enterprise UI toolkit that has been built from the ground up to be lightweight, responsive, modular and touch friendly. It also available in other frameworks such as JavaScript and Angular, React. -**Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) +> **Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) ## How to best read this user guide @@ -257,4 +257,4 @@ N> Syncfusion® does not collect any kind of * Syncfusion® Project Template - * [Getting started with Syncfusion® ASP.NET MVC Controls](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) + * [Getting started with Syncfusion® ASP.NET MVC Controls](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) diff --git a/ej2-asp-core-mvc/EJ2_ASP.NETCORE/ai-coding-assistant/overview.md b/ej2-asp-core-mvc/EJ2_ASP.NETCORE/ai-coding-assistant/overview.md index 38d627b2ba..0524396da9 100644 --- a/ej2-asp-core-mvc/EJ2_ASP.NETCORE/ai-coding-assistant/overview.md +++ b/ej2-asp-core-mvc/EJ2_ASP.NETCORE/ai-coding-assistant/overview.md @@ -66,5 +66,5 @@ The Syncfusion® AI Coding Assistant is desi ## See also -* Add the [SyncfusionAspNetCore MCP Server](./mcp-server.md) to an MCP-enabled client +* Add the [SyncfusionAspNetCore MCP Server](https://ej2.syncfusion.com/aspnetcore/documentation/ai-coding-assistant/mcp-server) to an MCP-enabled client * [Syncfusion® ASP.NET Core Documentation](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/razor-pages) diff --git a/ej2-asp-core-mvc/EJ2_ASP.NETCORE/introduction.md b/ej2-asp-core-mvc/EJ2_ASP.NETCORE/introduction.md index 619006fc64..8549e28cb4 100644 --- a/ej2-asp-core-mvc/EJ2_ASP.NETCORE/introduction.md +++ b/ej2-asp-core-mvc/EJ2_ASP.NETCORE/introduction.md @@ -217,7 +217,7 @@ N> Syncfusion® does not collect any kind of * Syncfusion® Project Template - * [Getting started with Syncfusion® ASP.NET Core Controls](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/project-template) + * [Getting started with Syncfusion® ASP.NET Core Controls](https://ej2.syncfusion.com/aspnetcore/documentation/visual-studio-integration/create-project) * Visual Studio Code diff --git a/ej2-asp-core-mvc/chart/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/chart/EJ2_ASP.MVC/getting-started.md index e7121f22ff..877af82525 100644 --- a/ej2-asp-core-mvc/chart/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/chart/EJ2_ASP.MVC/getting-started.md @@ -13,7 +13,7 @@ documentation: ug This section briefly explains about how to include [ASP.NET MVC Chart](https://www.syncfusion.com/aspnet-mvc-ui-controls/charts) control in your ASP.NET MVC application using Visual Studio. -**Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) +> **Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) ## Prerequisites @@ -23,7 +23,7 @@ This section briefly explains about how to include [ASP.NET MVC Chart](https://w * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started#create-your-first-app) -* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) ## Install ASP.NET MVC package in the application diff --git a/ej2-asp-core-mvc/chart/EJ2_ASP.NETCORE/getting-started.md b/ej2-asp-core-mvc/chart/EJ2_ASP.NETCORE/getting-started.md index 564881b6d3..280651a2a1 100644 --- a/ej2-asp-core-mvc/chart/EJ2_ASP.NETCORE/getting-started.md +++ b/ej2-asp-core-mvc/chart/EJ2_ASP.NETCORE/getting-started.md @@ -26,7 +26,7 @@ To get start quickly with ASP.NET Core Charts, you can check on this video: * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-8.0&tabs=visual-studio#create-a-razor-pages-web-app) -* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/visual-studio-integration/create-project) ## Install ASP.NET Core package in the application diff --git a/ej2-asp-core-mvc/diagram/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/diagram/EJ2_ASP.MVC/getting-started.md index c8967ec356..08fd6f9e1f 100644 --- a/ej2-asp-core-mvc/diagram/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/diagram/EJ2_ASP.MVC/getting-started.md @@ -13,7 +13,7 @@ documentation: ug This section briefly explains about how to include [ASP.NET MVC Diagram](https://www.syncfusion.com/aspnet-mvc-ui-controls/diagram) control in your ASP.NET MVC application using Visual Studio. -**Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) +> **Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) ## Prerequisites @@ -23,7 +23,7 @@ This section briefly explains about how to include [ASP.NET MVC Diagram](https:/ * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started#create-your-first-app) -* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) ## Install ASP.NET MVC package in the application diff --git a/ej2-asp-core-mvc/diagram/EJ2_ASP.NETCORE/getting-started.md b/ej2-asp-core-mvc/diagram/EJ2_ASP.NETCORE/getting-started.md index 7fd019abb4..679e52650b 100644 --- a/ej2-asp-core-mvc/diagram/EJ2_ASP.NETCORE/getting-started.md +++ b/ej2-asp-core-mvc/diagram/EJ2_ASP.NETCORE/getting-started.md @@ -22,7 +22,7 @@ This section briefly explains about how to include [ASP.NET Core Diagram](https: * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-8.0&tabs=visual-studio#create-a-razor-pages-web-app) -* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/visual-studio-integration/create-project) ## Install ASP.NET Core package in the application diff --git a/ej2-asp-core-mvc/gantt/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/gantt/EJ2_ASP.MVC/getting-started.md index bbd5f733b7..d49b5027f2 100644 --- a/ej2-asp-core-mvc/gantt/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/gantt/EJ2_ASP.MVC/getting-started.md @@ -13,7 +13,7 @@ documentation: ug This section briefly explains about how to include [ASP.NET MVC Gantt](https://www.syncfusion.com/aspnet-mvc-ui-controls/gantt-chart) control in your ASP.NET MVC application using Visual Studio. -**Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) +> **Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) ## Prerequisites @@ -23,7 +23,7 @@ This section briefly explains about how to include [ASP.NET MVC Gantt](https://w * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started#create-your-first-app) -* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) ## Install ASP.NET MVC package in the application diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/getting-started-mvc.md b/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/getting-started-mvc.md index 0631c99e17..10d856128e 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/getting-started-mvc.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.MVC/getting-started-mvc.md @@ -13,7 +13,7 @@ documentation: ug This section briefly explains about how to include [ASP.NET MVC Grid](https://www.syncfusion.com/aspnet-mvc-ui-controls/grid) control in your ASP.NET MVC application using Visual Studio. -**Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) +> **Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) ## Prerequisites @@ -23,7 +23,7 @@ This section briefly explains about how to include [ASP.NET MVC Grid](https://ww * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started#create-your-first-app) -* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) ## Install ASP.NET MVC package in the application diff --git a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/getting-started-core.md b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/getting-started-core.md index 4796ac86b5..ec8fce2d1e 100644 --- a/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/getting-started-core.md +++ b/ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/getting-started-core.md @@ -28,7 +28,7 @@ To get start quickly with ASP.NET Core Grid component, you can check on this vid * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-8.0&tabs=visual-studio#create-a-razor-pages-web-app) -* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/visual-studio-integration/create-project) ## Install ASP.NET Core package in the application diff --git a/ej2-asp-core-mvc/kanban/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/kanban/EJ2_ASP.MVC/getting-started.md index 22cfd0c65b..96c6562663 100644 --- a/ej2-asp-core-mvc/kanban/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/kanban/EJ2_ASP.MVC/getting-started.md @@ -13,7 +13,7 @@ documentation: ug This section briefly explains about how to include [ASP.NET MVC Kanban](https://www.syncfusion.com/aspnet-mvc-ui-controls/kanban-board) control in your ASP.NET MVC application using Visual Studio. -**Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) +> **Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) ## Prerequisites @@ -23,7 +23,7 @@ This section briefly explains about how to include [ASP.NET MVC Kanban](https:// * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started#create-your-first-app) -* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) ## Install ASP.NET MVC package in the application diff --git a/ej2-asp-core-mvc/kanban/EJ2_ASP.NETCORE/getting-started.md b/ej2-asp-core-mvc/kanban/EJ2_ASP.NETCORE/getting-started.md index 3ea395dc6c..a382081bb6 100644 --- a/ej2-asp-core-mvc/kanban/EJ2_ASP.NETCORE/getting-started.md +++ b/ej2-asp-core-mvc/kanban/EJ2_ASP.NETCORE/getting-started.md @@ -23,7 +23,7 @@ This section briefly explains about how to include [ASP.NET Core Kanban](https:/ * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-8.0&tabs=visual-studio#create-a-razor-pages-web-app) -* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/visual-studio-integration/create-project) ## Install ASP.NET Core package in the application diff --git a/ej2-asp-core-mvc/markdown-editor/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/markdown-editor/EJ2_ASP.MVC/getting-started.md index 469c8bea63..dbba234144 100644 --- a/ej2-asp-core-mvc/markdown-editor/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/markdown-editor/EJ2_ASP.MVC/getting-started.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started with ##Platform_Name## Rich Text Editor | Syncfusion -description: Checkout and learn about getting started with ##Platform_Name## Rich Text Editor control of Syncfusion Essential JS 2 and more details. +title: Getting Started with ##Platform_Name## Markdown Editor | Syncfusion +description: Checkout and learn about getting started with ##Platform_Name## Markdown Editor control of Syncfusion Essential JS 2 and more details. platform: ej2-asp-core-mvc control: Getting Started publishingplatform: ##Platform_Name## @@ -20,7 +20,7 @@ This section briefly explains about how to include [ASP.NET MVC Rich Text Editor * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started#create-your-first-app) -* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) ## Install ASP.NET MVC package in the application @@ -117,9 +117,9 @@ Configure the toolbar with the tools using `Items` field of the [ToolbarSettings * [Real time example using Rich Text Editor](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/Forums#/bootstrap5) * [How to insert Emoticons](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/InsertEmoticons#/material) -* [How to change the editor type](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/formation) -* [How to render the iframe](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/iframe) -* [How to render the toolbar in inline mode](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/inline-mode) +* [How to change the editor type](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/editor-types/editor-mode) +* [How to render the iframe](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/editor-types/iframe) +* [How to render the toolbar in inline mode](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/editor-types/inline-editing) * [Accessibility in Rich text editor](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/accessibility) * [Keyboard support in Rich text editor](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/keyboard-support) * [Globalization in Rich text editor](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/globalization) diff --git a/ej2-asp-core-mvc/pivot-table/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/pivot-table/EJ2_ASP.MVC/getting-started.md index ad21e9a497..8cb36519e4 100644 --- a/ej2-asp-core-mvc/pivot-table/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/pivot-table/EJ2_ASP.MVC/getting-started.md @@ -13,7 +13,7 @@ documentation: ug This section briefly explains about how to include [ASP.NET MVC Pivot Table](https://www.syncfusion.com/aspnet-mvc-ui-controls/pivot-table) control in your ASP.NET MVC application using Visual Studio. -**Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) +> **Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) ## Prerequisites @@ -23,7 +23,7 @@ This section briefly explains about how to include [ASP.NET MVC Pivot Table](htt * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started#create-your-first-app) -* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) ## Install ASP.NET MVC package in the application diff --git a/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/getting-started.md b/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/getting-started.md index 8b7825a8a6..2c85f342b3 100644 --- a/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/getting-started.md +++ b/ej2-asp-core-mvc/pivot-table/EJ2_ASP.NETCORE/getting-started.md @@ -23,7 +23,7 @@ This section briefly explains about how to include [ASP.NET Core Pivot Table](ht * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-8.0&tabs=visual-studio#create-a-razor-pages-web-app) -* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/visual-studio-integration/create-project) ## Install ASP.NET Core package in the application diff --git a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/getting-started.md index 2eaf0cb6f2..eff1eb52f5 100644 --- a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.MVC/getting-started.md @@ -13,7 +13,7 @@ documentation: ug This section briefly explains about how to include [ASP.NET MVC Rich Text Editor](https://www.syncfusion.com/aspnet-mvc-ui-controls/wysiwyg-rich-text-editor) control in your ASP.NET MVC application using Visual Studio. -**Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) +> **Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) ## Prerequisites @@ -23,7 +23,7 @@ This section briefly explains about how to include [ASP.NET MVC Rich Text Editor * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started#create-your-first-app) -* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) ## Install ASP.NET MVC package in the application @@ -137,9 +137,9 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-MVC-Get * [Real time example using Rich Text Editor](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/Forums#/bootstrap5) * [How to insert Emoticons](https://ej2.syncfusion.com/aspnetmvc/RichTextEditor/InsertEmoticons#/material) -* [How to change the editor type](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/formation) -* [How to render the iframe](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/iframe) -* [How to render the toolbar in inline mode](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/inline-mode) +* [How to change the editor type](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/editor-types/editor-mode) +* [How to render the iframe](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/editor-types/iframe) +* [How to render the toolbar in inline mode](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/editor-types/inline-editing) * [Accessibility in Rich text editor](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/accessibility) * [Keyboard support in Rich text editor](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/keyboard-support) * [Globalization in Rich text editor](https://ej2.syncfusion.com/aspnetmvc/documentation/rich-text-editor/globalization) diff --git a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.NETCORE/getting-started.md b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.NETCORE/getting-started.md index 719f3733d1..3012263ff0 100644 --- a/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.NETCORE/getting-started.md +++ b/ej2-asp-core-mvc/rich-text-editor/EJ2_ASP.NETCORE/getting-started.md @@ -1,6 +1,6 @@ --- layout: post -title: Getting Started with ##Platform_Name## Rich Text Editor Control | Syncfusion +title: Getting Started with ##Platform_Name## Rich Text Editor | Syncfusion description: Checkout and learn about getting started with ##Platform_Name## Rich Text Editor control of Syncfusion Essential JS 2 and more details. platform: ej2-asp-core-mvc control: Getting Started @@ -27,7 +27,7 @@ To get start quickly with ASP.NET Core Rich Text Editor, you can check on this v * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-8.0&tabs=visual-studio#create-a-razor-pages-web-app) -* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/visual-studio-integration/create-project) ## Install ASP.NET Core package in the application diff --git a/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/getting-started.md index 0f95ea86f1..50e37ed8ff 100644 --- a/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/schedule/EJ2_ASP.MVC/getting-started.md @@ -13,7 +13,7 @@ documentation: ug This section briefly explains about how to include [ASP.NET MVC Scheduler](https://www.syncfusion.com/aspnet-mvc-ui-controls/scheduler) control in your ASP.NET MVC application using Visual Studio. -**Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) +> **Ready to streamline your Syncfusion® ASP.NET MVC development?** Discover the full potential of Syncfusion® ASP.NET MVC controls with Syncfusion® AI Coding Assistant. Effortlessly integrate, configure, and enhance your projects with intelligent, context-aware code suggestions, streamlined setups, and real-time insights—all seamlessly integrated into your preferred AI-powered IDEs like Visual Studio, Visual Studio Code, Cursor, Syncfusion® CodeStudio and more. [Explore Syncfusion® AI Coding Assistant](https://ej2.syncfusion.com/aspnetmvc/documentation/ai-coding-assistant/overview) ## Prerequisites @@ -23,7 +23,7 @@ This section briefly explains about how to include [ASP.NET MVC Scheduler](https * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/introduction/getting-started#create-your-first-app) -* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET MVC Extension](https://ej2.syncfusion.com/aspnetmvc/documentation/visual-studio-integration/create-project) ## Install ASP.NET MVC package in the application diff --git a/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/getting-started.md b/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/getting-started.md index ea136ebc29..f6db0733cd 100644 --- a/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/getting-started.md +++ b/ej2-asp-core-mvc/schedule/EJ2_ASP.NETCORE/getting-started.md @@ -28,7 +28,7 @@ To get start quickly with ASP.NET Core Scheduler, you can check on this video: * [Create a Project using Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/tutorials/razor-pages/razor-pages-start?view=aspnetcore-8.0&tabs=visual-studio#create-a-razor-pages-web-app) -* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/project-template) +* [Create a Project using Syncfusion® ASP.NET Core Extension](https://ej2.syncfusion.com/aspnetcore/documentation/visual-studio-integration/create-project) ## Install ASP.NET Core package in the application From 8f20854544f966a4c78dca7080afe1278c0b7207 Mon Sep 17 00:00:00 2001 From: Arun Kumar Ragu Date: Wed, 5 Nov 2025 15:53:03 +0530 Subject: [PATCH 2/2] 988638: Updated the docs for usage of MCP Server --- ej2-asp-core-mvc/markdown-editor/EJ2_ASP.MVC/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ej2-asp-core-mvc/markdown-editor/EJ2_ASP.MVC/getting-started.md b/ej2-asp-core-mvc/markdown-editor/EJ2_ASP.MVC/getting-started.md index dbba234144..d9dd718009 100644 --- a/ej2-asp-core-mvc/markdown-editor/EJ2_ASP.MVC/getting-started.md +++ b/ej2-asp-core-mvc/markdown-editor/EJ2_ASP.MVC/getting-started.md @@ -10,7 +10,7 @@ documentation: ug # Getting Started with ASP.NET MVC Markdown Editor Control -This section briefly explains about how to include [ASP.NET MVC Rich Text Editor](https://www.syncfusion.com/aspnet-mvc-ui-controls/wysiwyg-rich-text-editor) control in your ASP.NET MVC application using Visual Studio. +This section briefly explains about how to include [ASP.NET MVC Markdown Editor](https://www.syncfusion.com/aspnet-mvc-ui-controls/wysiwyg-rich-text-editor) control in your ASP.NET MVC application using Visual Studio. ## Prerequisites