From b89cd0ad47118da9bb3427fc4a56b70aff68fb3e Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:23:25 +0300 Subject: [PATCH] SEO-176113-UG-Links-With-Redirects-Xamarin --- aspnetmvc/Button/Icons.md | 2 +- aspnetmvc/Schedule/Getting-started.md | 2 +- aspnetmvc/TreeView/Getting-Started.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aspnetmvc/Button/Icons.md b/aspnetmvc/Button/Icons.md index dcb6cd675..676394a19 100644 --- a/aspnetmvc/Button/Icons.md +++ b/aspnetmvc/Button/Icons.md @@ -21,7 +21,7 @@ For example, you can render the desired icon in the button by using the followin Refer to the following link to know what are the values passed in the “ContentType” property - + Also in the button sample, you can use the icon class names as follows, diff --git a/aspnetmvc/Schedule/Getting-started.md b/aspnetmvc/Schedule/Getting-started.md index 4f150f94a..f4d26210e 100644 --- a/aspnetmvc/Schedule/Getting-started.md +++ b/aspnetmvc/Schedule/Getting-started.md @@ -8,7 +8,7 @@ keywords: ejschedule, schedule, schedule widget, js schedule --- # Getting Started -Follow the steps pointed out in the [Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started) page of the Introduction part to create an MVC application with required assembly references, scripts and stylesheets. +Follow the steps pointed out in the [Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started) page of the Introduction part to create an MVC application with required assembly references, scripts and stylesheets. Create a new Class in controller page to define the data to be passed to the Scheduler as mentioned below, diff --git a/aspnetmvc/TreeView/Getting-Started.md b/aspnetmvc/TreeView/Getting-Started.md index 570922250..ff2658c80 100644 --- a/aspnetmvc/TreeView/Getting-Started.md +++ b/aspnetmvc/TreeView/Getting-Started.md @@ -13,7 +13,7 @@ This section explains briefly about how to create a TreeView in ASP.NET MVC plat ## Create your first TreeView in MVC -Create a MVC Project and add necessary assemblies, CSS and scripts with the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started) documentation. After creating this project, you can create a TreeView in following ways. +Create a MVC Project and add necessary assemblies, CSS and scripts with the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started) documentation. After creating this project, you can create a TreeView in following ways. ## TreeView using Helper element @@ -116,7 +116,7 @@ Above data can be directly assigned to [DataSource](https://help.syncfusion.com/ ## Create Instance for TreeView -You can create an instance for existing TreeView in following ways. Once a reference has been established, you can use the [API’s](http://help.syncfusion.com/js/api/ejtreeview) of TreeView to control its behavior. +You can create an instance for existing TreeView in following ways. Once a reference has been established, you can use the [API’s](https://help.syncfusion.com/api/js/ejtreeview) of TreeView to control its behavior. {% highlight javascript %} @@ -133,7 +133,7 @@ You can create an instance for existing TreeView in following ways. Once a refer -N>**To configure the API settings after TreeView creation, please refer [API configuration](http://help.syncfusion.com/js/api-configuration), [Invoking Methods](http://help.syncfusion.com/js/invoking-methods)**. +N>**To configure the API settings after TreeView creation, please refer [API configuration](https://help.syncfusion.com/js/api-configuration), [Invoking Methods](https://help.syncfusion.com/js/invoking-methods)**. ## TreeView events