From 550c08cbe6393cf7f7b19af7edd180bcc1aac138 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:35:51 +0300 Subject: [PATCH] SEO-176113-UG-Links-With-Redirects-ASPNET --- aspnet/DataManager/Data-Binding.md | 2 +- aspnet/Dialog/Getting-Started.md | 4 ++-- aspnet/Grid/Enable-Persistence.md | 4 ++-- aspnet/WaitingPopUp/Getting-Started.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnet/DataManager/Data-Binding.md b/aspnet/DataManager/Data-Binding.md index 728d27945..8418045a5 100644 --- a/aspnet/DataManager/Data-Binding.md +++ b/aspnet/DataManager/Data-Binding.md @@ -95,7 +95,7 @@ The result of the above code example is illustrated as follows. ### OData V4 -The OData v4 is an improved version of OData protocols and the DataManager can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer to the [OData documentation](http://www.odata.org/documentation/). +The OData v4 is an improved version of OData protocols and the DataManager can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer to the [OData documentation](https://www.odata.org/documentation/). You can refer to the following code example for consuming OData v4 services and bind the result to the Grid. In the the following code, crossDomain is enabled to make cross domain request. diff --git a/aspnet/Dialog/Getting-Started.md b/aspnet/Dialog/Getting-Started.md index 2b523d8ea..1136a4123 100644 --- a/aspnet/Dialog/Getting-Started.md +++ b/aspnet/Dialog/Getting-Started.md @@ -14,7 +14,7 @@ This section helps to understand the getting started of the Dialog widget with t ## Create a Dialog -Create an ASP Project and add the necessary DLL and scripts with the help of the given [ASP Getting Started](http://help.syncfusion.com/aspnet/getting-started) documentation. +Create an ASP Project and add the necessary DLL and scripts with the help of the given [ASP Getting Started](https://help.syncfusion.com/aspnet/getting-started/manual-integration-of-syncfusion-aspnet-controls) documentation. Add the following code snippet to the corresponding ASPX page to render the Dialog. @@ -78,7 +78,7 @@ The Dialog widget can be hidden on initialize using `ShowOnInit` property which {% seealso %} -[Button](http://help.syncfusion.com/aspnet/button/getting-started). +[Button](https://help.syncfusion.com/aspnet/button/getting-started). {% endseealso %} diff --git a/aspnet/Grid/Enable-Persistence.md b/aspnet/Grid/Enable-Persistence.md index da8fb6287..7102498ce 100644 --- a/aspnet/Grid/Enable-Persistence.md +++ b/aspnet/Grid/Enable-Persistence.md @@ -9,9 +9,9 @@ documentation: ug # Enable Persistence in ASP.NET Webforms Grid -Enable Persistence is to maintain the grid state in browser's [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `EnablePersistence` as true. +Enable Persistence is to maintain the grid state in browser's [local storage](https://www.w3schools.com/html/html5_webstorage.asp) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `EnablePersistence` as true. -I> [localStorage](http://www.w3schools.com/html/html5_webstorage.asp#) is not supported below IE9 then grid state persistence technique is fallback to [cookie](http://www.w3schools.com/js/js_cookies.asp#). +I> [localStorage](https://www.w3schools.com/html/html5_webstorage.asp) is not supported below IE9 then grid state persistence technique is fallback to [cookie](https://www.w3schools.com/js/js_cookies.asp). ## List of properties are not Persisted by default diff --git a/aspnet/WaitingPopUp/Getting-Started.md b/aspnet/WaitingPopUp/Getting-Started.md index fb21d60bb..229fd1728 100644 --- a/aspnet/WaitingPopUp/Getting-Started.md +++ b/aspnet/WaitingPopUp/Getting-Started.md @@ -23,7 +23,7 @@ You can give the Username and Password in the login page. When you click the L ### Create Waiting Popup -You can create a WEB Project and add the necessary assemblies, styles, and scripts with the help of [ASP-Getting Started](http://help.syncfusion.com/aspnetmvc/captcha/getting-started#create-your-first-captcha-in-aspnet-mvc) Documentation. +You can create a WEB Project and add the necessary assemblies, styles, and scripts with the help of [ASP-Getting Started](https://help.syncfusion.com/aspnetmvc/captcha/getting-started#create-your-first-captcha-in-aspnet-mvc) Documentation.  Create an aspx page and add the following code to the aspx file.