Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 363a1a8

Browse files
Merge pull request #340 from syncfusion-content/SEO-172685-aspnet-mvc-redirection-fixes-4
Merged #340 into hotfix
2 parents 2894894 + a48f7ba commit 363a1a8

25 files changed

+53
-53
lines changed

‎aspnetmvc/Maps/Getting-Started.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ You can configure an Essential ASP.NET MVC Map with simple steps. In this exampl
1919

2020
### Create a simple MVC Application
2121

22-
To begin, create a new ASP.NET MVC project Razor application. For creating a MVC Project and adding necessary Dll’s and Scripts, refer [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/maps/getting-started) Documentation.
22+
To begin, create a new ASP.NET MVC project Razor application. For creating a MVC Project and adding necessary Dll’s and Scripts, refer [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/maps/getting-started) Documentation.
2323

2424
#### Preparing Shape Data
2525

26-
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
26+
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
2727

2828
In this example, USA shape is used as shape data by utilizing the `United States of America.json` file in the following folder structure obtained from downloaded Maps_GeoJSON folder.
2929

@@ -739,4 +739,4 @@ The following screenshot illustrates a map displaying an interactive legend.
739739

740740
![](Getting-Started_images/Getting-Started_img6.png)
741741

742-
The complete code sample can be found [here](http://www.syncfusion.com/downloads/support/directtrac/general/ze/Map_GettingStarted-1349939768)
742+
The complete code sample can be found [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Map_GettingStarted-1349939768)

‎aspnetmvc/Maps/Overview.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Some of the Maps control use case scenarios:
2929

3030
* `Layers` - Map is maintained through Layers and it can accommodate one or more layers.
3131
* `Map Providers Support` - Syncfusion Map support map providers such as OpenStreetMap that can be added to any layers in maps.
32-
* `GeoJSON Data Input` - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
32+
* `GeoJSON Data Input` - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
3333
* `Map Elements Customization` - Map contains a set of elements, including shapes, bubbles, markers, legend, labels and data items that can be visualized with customized appearance showing additional information on the map using bound data.
3434
* `User Interaction` - Options like zooming, panning and map selection enables the effective interaction on map elements.
3535

‎aspnetmvc/Maps/Populate-Data.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this section you can learn how to populate shape data for providing Data inpu
1313

1414
## Shape Data
1515

16-
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
16+
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
1717

1818
In this example, USA shape is used as shape data by utilizing the "United States of America.json" file in the following folder structure obtained from downloaded Maps_GeoJSON folder.
1919

‎aspnetmvc/MaskEdit/Behavior-Settings.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ The MaskEditTextBox provides support for adding HTML attributes to the component
394394

395395
#### Configure HTMLAttributes property
396396

397-
1. In the View page add MaskEditTextBox helper, and configure the HtmlAttributes property. Here we have added the [Access key](http://en.wikipedia.org/wiki/Access_key) attribute. While pressing the "AccessKey" and "J" keys, MaskEditTextBox will gain focus.
397+
1. In the View page add MaskEditTextBox helper, and configure the HtmlAttributes property. Here we have added the [Access key](https://en.wikipedia.org/wiki/Access_key) attribute. While pressing the "AccessKey" and "J" keys, MaskEditTextBox will gain focus.
398398

399399

400400

‎aspnetmvc/Menu/Data-binding.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ DataManager is used to manage relational data in JavaScript. DataManager uses
160160

161161
<http://help.syncfusion.com/aspnetmvc/menu/data-binding>
162162

163-
In the following example, [http://mvc.syncfusion.com/Services/Northwnd.svc/](http://mvc.syncfusion.com/Services/Northwnd.svc/) is used as the URL. This acts as web service that is located in the Syncfusion server. The web service with the name Northwnd.svc is used here.
163+
In the following example, [http://mvc.syncfusion.com/Services/Northwnd.svc/](https://mvc.syncfusion.com/Services/Northwnd.svc/) is used as the URL. This acts as web service that is located in the Syncfusion server. The web service with the name Northwnd.svc is used here.
164164

165165
1. Add the following code in your View page to render the menu with remote data
166166

‎aspnetmvc/Menu/Getting-Started.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Menu items in the above screenshot allow you to navigate through multiple me
2828

2929
Essential ASP.NET MVC Menu widget basically renders with built-in features like keyboard navigation, show and hides Menu items with animations and flexible API’s. Refer the following guidelines to render Menu control with Local data source value.
3030

31-
1. You can create a MVC Project and add the necessary Dll’s and scripts using the [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/menu/getting-started) Documentation.
31+
1. You can create a MVC Project and add the necessary Dll’s and scripts using the [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/menu/getting-started) Documentation.
3232
2. Add the below code in your view page to add the necessary CSS and script files
3333

3434
~~~ cshtml
@@ -76,7 +76,7 @@ Essential ASP.NET MVC Menu without menu item
7676

7777
Each Menu consists of a list of Menu items with list of sub level Menu item. Refer the following guidelines to initialize the root level elements of Menu control with Remote data source value. RootLevelItems data service is created to define the root level Menu items, sub items and InnerItems data services to initialize the sub level and inner sub levels and both can be referred from the following service location. In Menu Widgets mention the RootLevelItem Data Source in the Datasource property. Elements’s properties like Id, Text, URL, and Parent Id can be defined using our menu fields and it explained briefly under the concept and features of Menu control.
7878

79-
[http://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/](http://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/)
79+
[http://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/](https://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/)
8080

8181

8282

‎aspnetmvc/Menu/Responsive-Layout.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ documentation: ug
1111

1212
Responsive Layout is aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from mobile phones to desktop computer monitors). In order to get responsive layout, you can add ej.responsive.css file in this sample. CDN link for the responsive CSS file is as follows.
1313

14-
[http://cdn.syncfusion.com/13.1.0.21/js/web/responsive-css/ej.responsive.css](http://cdn.syncfusion.com/13.1.0.21/js/web/responsive-css/ej.responsive.css)
14+
[https://cdn.syncfusion.com/13.1.0.21/js/web/responsive-css/ej.responsive.css](https://cdn.syncfusion.com/13.1.0.21/js/web/responsive-css/ej.responsive.css)
1515

1616
N> Refer to the ej.responsive.css file after the ej.widgets.all.min.css file
1717

‎aspnetmvc/NavigationDrawer/Getting-Started.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this section, you can learn how to create a simple navigation drawer.
2121

2222
The following steps guide you in adding a Navigation Drawer control for a web application that displays a list of items such as home, profile, photos and location where you can navigate to desired page by clicking on the option available in the drawer.
2323

24-
You can create an MVC Project and add the necessary assemblies, styles and scripts to it. Refer to the [MVC-Getting Started.](http://help.syncfusion.com/aspnetmvc/navigationdrawer/getting-started)
24+
You can create an MVC Project and add the necessary assemblies, styles and scripts to it. Refer to the [MVC-Getting Started.](https://help.syncfusion.com/aspnetmvc/navigationdrawer/getting-started)
2525

2626
To add a Navigation Drawer control, call NavigationDrawer helper. You can display the navigational item as a list by using ListView. This is achieved by creating the ListView inside the content template. You can set the text for list items by using Text property. You can paste the following code in corresponding view page.
2727

‎aspnetmvc/NumericTextBox/Keyboard-Interaction.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Shortcut Key</th><th>
2222
Description</th></tr>
2323
<tr>
2424
<td>
25-
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
25+
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
2626
Focuses the control</td></tr>
2727
<tr>
2828
<td>
@@ -58,7 +58,7 @@ In the View page add NumericTextBox helper. Set the access key property to the N
5858

5959
{% endhighlight %}
6060

61-
Run the above example and press [Access key](http://en.wikipedia.org/wiki/Access_key) + j key to focus the NumericTextBox widget. Perform provided functionality by using keyboard shortcuts.
61+
Run the above example and press [Access key](https://en.wikipedia.org/wiki/Access_key) + j key to focus the NumericTextBox widget. Perform provided functionality by using keyboard shortcuts.
6262

6363

6464

‎aspnetmvc/NumericTextBox/Localization-Support.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ documentation: ug
1414
The widget provides multi-language support using globalization. You can customize the NumericTextBox with your own language style by using this feature. You can change the globalization by using the **locale** property. The default value for **locale** property is **en-US** in NumericTextBox control.
1515

1616
More than 350 culture specific files are available to localize the value. To know more about EJ globalize support, please refer the below link
17-
[http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
17+
[https://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
1818

1919
N> All the culture-specific script files are available within the below specified location, once you have installed Essential Studio in your machine, therefore it is not necessary to download these files explicitly.
2020

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /