Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetmvc/ListBox/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ EssentialASP.NET MVCListBox control renders with built-in features.

The following steps are used to create ListBox control.

1. You can create an MVC Project and add necessary assembly with the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/listbox/getting-started) Documentation.
1. You can create an MVC Project and add necessary assembly with the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/listbox/getting-started) Documentation.
2. Please add the below code in your layout._cshtml page to add necessary script and CSS files to render the ListBox control.

~~~ cshtml
Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Maps/Map-Providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can enable this feature by defining the `LayerType` as “Bing”.

### Key

The bing Map Key is provided as input to this `key` property. The Bing Map key can be obtained from [http://www.microsoft.com/maps/create-a-bing-maps-key.aspx](http://www.microsoft.com/maps/create-a-bing-maps-key.aspx).
The bing Map Key is provided as input to this `key` property. The Bing Map key can be obtained from [https://www.microsoft.com/en-us/maps/create-a-bing-maps-key](https://www.microsoft.com/en-us/maps/create-a-bing-maps-key).


![](Map-Providers_images/Map-Providers_img2.png)
Expand Down