Skip to content

Commit 434436c

Browse files
committed
SEO-176507 ASPNET Redirect
1 parent 4e2952f commit 434436c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

aspnet/Button/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ You can create an ASP.NETProject and add necessary Dll’s and Scripts with t
2828

2929
Add the following code example in the corresponding ASPX page to render Button. Refer the following links to know details on ToggleButton and SplitButton.
3030

31-
ToggleButton : <http://help.syncfusion.com/js/togglebutton/getting-started>
31+
ToggleButton : <https://help.syncfusion.com/js/togglebutton/getting-started>
3232

33-
SplitButton :  <http://help.syncfusion.com/js/splitbutton/getting-started>
33+
SplitButton :  <https://help.syncfusion.com/js/splitbutton/getting-started>
3434

3535

3636

aspnet/Chart/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ You need to add a title to the chart to provide quick information to the user ab
293293

294294
Refer to the [`Chart Title`](chart-title.html) section to know more about aligning Title, customizing its appearance and adding SubTitle to the chart.
295295

296-
We have created a sample by combining all the above code snippets for reference. This can be downloaded [`here`](http://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncfusionASPNETApplication-1738844927).
296+
We have created a sample by combining all the above code snippets for reference. This can be downloaded [`here`](https://www.syncfusion.com/downloads/support/directtrac/general/ze/SyncfusionASPNETApplication-1738844927).

aspnet/Grid/Enable-Persistence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ documentation: ug
99

1010
# Enable Persistence in ASP.NET Webforms Grid
1111

12-
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.
12+
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.
1313

14-
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#).
14+
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).
1515

1616
## List of properties are not Persisted by default
1717

aspnet/Visual-Studio-Integration/Create-Project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To create the **Syncfusion ASP.NET (Essential JS 1) Application** using the **Vi
8686
![Web.config references of Syncfusion Essential JS 1 ASP.NET Web Forms project](Create-Project_images/Syncfusion-Project-Templates-img12.png)
8787

8888

89-
6.Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/license-key#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://blog.syncfusion.com/post/Whats-New-in-2018-Volume-2-Licensing-Changes-in-the-1620x-Version-of-Essential-Studio.aspx) post for understanding the licensing changes introduced in Essential Studio.
89+
6.Then, Syncfusion licensing registration required message box will be shown if you installed the trial setup or NuGet packages since Syncfusion introduced the licensing system from 2018 Volume 2 (v16.2.0.41) Essential Studio release. Navigate to the [help topic](https://help.syncfusion.com/common/essential-studio/licensing/overview#how-to-generate-syncfusion-license-key), which is shown in the licensing message box to generate and register the Syncfusion license key to your project. Refer to this [blog](https://www.syncfusion.com/blogs/post/whats-new-in-2018-volume-2.aspx) post for understanding the licensing changes introduced in Essential Studio.
9090

9191
![Syncfusion license registration information message box for Syncfusion Essential JS 1 ASP.NET Web Forms project](Create-Project_images/Syncfusion-Project-Templates-img13.jpeg)
9292

0 commit comments

Comments
 (0)