Skip to content

Commit 14e8905

Browse files
committed
ASP.NET MVC Redirect
1 parent bf43c17 commit 14e8905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetmvc/ListView/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following steps guide you to add a ListView control in a MVC application.
2525

2626
## Create a simple ListView
2727

28-
1. You can create a MVC Project and add necessary Dll’s and Scripts with the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/listview/getting-started) Documentation.
28+
1. You can create a MVC Project and add necessary Dll’s and Scripts with the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/listview/getting-started) Documentation.
2929
2. You need to add the class in the Models. Define the Class with key and text field. Then create a List of that class and add the data.
3030

3131
{% highlight c# %}

0 commit comments

Comments
 (0)