Skip to content

Commit eb98a35

Browse files
Merge pull request #317 from syncfusion-content/SEO-171762-ASP.NET-MVC-Redirect
Merged #317 into hotfix
2 parents bf43c17 + 14e8905 commit eb98a35

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)