Skip to content

Commit 3fc38b2

Browse files
Merge pull request #338 from syncfusion-content/SEO-172685-aspnet-mvc-redirection-fixes-2
Merged #338 into hotfix
2 parents afe89a1 + 367c632 commit 3fc38b2

28 files changed

+57
-57
lines changed

aspnetmvc/FileExplorer/Behavior-Settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here are the some properties to customize the behavior of FileExplorer.
1313

1414
## File type restriction
1515

16-
FileExplorer control showcase all the files from the filesystem, here you can customize the file types that what you want to show by using “[FileTypes](http://help.syncfusion.com/js/api/ejfileexplorer#members:filetypes)” property. It filter the files based on the file extensions.
16+
FileExplorer control showcase all the files from the filesystem, here you can customize the file types that what you want to show by using “[FileTypes](https://help.syncfusion.com/api/js/ejfileexplorer#members:filetypes)” property. It filter the files based on the file extensions.
1717
By default it having the value " \*.\* ", so it allows all the file types. In case of image browser you can allow the image files only by setting “*.png, *.gif, *.jpg, *.jpeg”, so it doesn’t allow the other type of files.
1818
In the view page, add FileExplorer helper and specify the file type restriction as shown below.
1919

@@ -30,7 +30,7 @@ In the view page, add FileExplorer helper and specify the file type restriction
3030

3131
## Customize the AJAX request settings
3232

33-
As you already know FileExplorer is a client – server based control and each action performed in the client sends an AJAX request to the server to perform the server side operations. While the AJAX request, the AJAX configurations can be customized through “[AjaxSettings](http://help.syncfusion.com/js/api/ejfileexplorer#members:ajaxsettings)” property.
33+
As you already know FileExplorer is a client – server based control and each action performed in the client sends an AJAX request to the server to perform the server side operations. While the AJAX request, the AJAX configurations can be customized through “[AjaxSettings](http://help.syncfusion.com/api/js/ejfileexplorer#members:ajaxsettings)” property.
3434
The [beforeAjaxRequest](https://help.syncfusion.com/api/js/ejfileexplorer#events:beforeajaxrequest) event will be triggered before the AJAX request is performed. You can modify the ajax request in this event.
3535

3636
You can see the following requests passed during the **client – server** actions:

aspnetmvc/FileExplorer/Context-Menu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ It helps to open a file location from the filtered list.
130130

131131
## Context menu Visibility
132132

133-
The presence of the context menu can be controlled by the “[ShowContextMenu](http://help.syncfusion.com/js/api/ejfileexplorer#members:showcontextmenu)” property. This was enabled by default, and by disabling this property you can prevent our built-in context menu.
133+
The presence of the context menu can be controlled by the “[ShowContextMenu](https://help.syncfusion.com/api/js/ejfileexplorer#members:showcontextmenu)” property. This was enabled by default, and by disabling this property you can prevent our built-in context menu.
134134

135135
In the view page, add FileExplorer helper and specify the context menu visibility as false.
136136

@@ -150,9 +150,9 @@ The context menu items can be enabled or disabled through the client side public
150150

151151
For example, if you disable the “Upload” item, it disables in all places wherever it appears such as open the context menu on “TreeView”, open on file/folder, and open on layout.
152152

153-
* [enableMenuItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:enablemenuitem)
153+
* [enableMenuItem](https://help.syncfusion.com/api/js/ejfileexplorer#methods:enablemenuitem)
154154

155-
* [disableMenuItem](http://help.syncfusion.com/js/api/ejfileexplorer#methods:disablemenuitem)
155+
* [disableMenuItem](https://help.syncfusion.com/api/js/ejfileexplorer#methods:disablemenuitem)
156156

157157
These methods only accepts the context menu item name as the parameter.
158158

aspnetmvc/FileExplorer/Customization.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Customiza
1010

1111
## Dimension Customization
1212

13-
The dimension of the FileExplorer can be customized through “[Height](http://help.syncfusion.com/js/api/ejfileexplorer#members:height)” and “[Width](http://help.syncfusion.com/js/api/ejfileexplorer#members:width)” property. The dimension can be set in percentage (ex; width: “100 %”), so that the control inherits the width from the parent element.
13+
The dimension of the FileExplorer can be customized through “[Height](https://help.syncfusion.com/api/js/ejfileexplorer#members:height)” and “[Width](https://help.syncfusion.com/api/js/ejfileexplorer#members:width)” property. The dimension can be set in percentage (ex; width: “100 %”), so that the control inherits the width from the parent element.
1414

1515
In the view page, add FileExplorer helper with custom height and width
1616

@@ -29,7 +29,7 @@ In the view page, add FileExplorer helper with custom height and width
2929

3030
The navigation pane contains the tree view element which displays all the folders from the filesystem in a hierarchical manner. This is useful to a quick navigation of any folder in the filesystem.
3131

32-
The visibility of the navigation pane can be controlled by the “[ShowNavigationPane](http://help.syncfusion.com/js/api/ejfileexplorer#members:shownavigationpane)” property. By disabling this property, you can hide the navigation pane from FileExplorer.
32+
The visibility of the navigation pane can be controlled by the “[ShowNavigationPane](https://help.syncfusion.com/api/js/ejfileexplorer#members:shownavigationpane)” property. By disabling this property, you can hide the navigation pane from FileExplorer.
3333

3434
In the view page, add FileExplorer helper and specify the navigation pane as false
3535

@@ -66,7 +66,7 @@ You can change the layout using toolbar option. While clicking this tool, popup
6666

6767
![](Customization_images/Customization_img2.jpeg)
6868

69-
Also the layout views can be changed through the “[Layout](http://help.syncfusion.com/js/api/ejfileexplorer#members:layout)” property. The [layoutChange](https://help.syncfusion.com/api/js/ejfileexplorer#events:layoutchange) event will be triggered whenever the layout view type is changed.
69+
Also the layout views can be changed through the “[Layout](https://help.syncfusion.com/api/js/ejfileexplorer#members:layout)” property. The [layoutChange](https://help.syncfusion.com/api/js/ejfileexplorer#events:layoutchange) event will be triggered whenever the layout view type is changed.
7070

7171
In the view page, add FileExplorer helper and specify the layout type as shown below
7272

@@ -83,9 +83,9 @@ In the view page, add FileExplorer helper and specify the layout type as shown b
8383

8484
### Customizing the Grid view
8585

86-
By default sorting is enabled in grid view of FileExplorer, it helps you to sort each columns in ascending or descending order by pressing the corresponding column header. The sorting functionality can be disabled by setting “[AllowSorting](http://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-allowsorting)” property to false.
86+
By default sorting is enabled in grid view of FileExplorer, it helps you to sort each columns in ascending or descending order by pressing the corresponding column header. The sorting functionality can be disabled by setting “[AllowSorting](https://help.syncfusion.com/api/js/ejfileexplorer#members:gridsettings-allowsorting)” property to false.
8787

88-
The behavior of the columns can be customized through the “[Columns](http://help.syncfusion.com/js/api/ejfileexplorer#members:gridsettings-columns)” property.
88+
The behavior of the columns can be customized through the “[Columns](https://help.syncfusion.com/api/js/ejfileexplorer#members:gridsettings-columns)” property.
8989

9090
In the view page, add FileExplorer helper with custom grid settings
9191

@@ -124,7 +124,7 @@ In the view page, add FileExplorer helper with custom grid settings
124124

125125
## Footer Customization
126126

127-
The footer displays the details of the current selected files and folders, and the footer contains the switcher to change the layout view. The visibility of the footer can be customized by the “[ShowFooter](http://help.syncfusion.com/js/api/ejfileexplorer#members:showfooter)” property.
127+
The footer displays the details of the current selected files and folders, and the footer contains the switcher to change the layout view. The visibility of the footer can be customized by the “[ShowFooter](https://help.syncfusion.com/api/js/ejfileexplorer#members:showfooter)” property.
128128

129129
In the view page, add FileExplorer helper and hides the footer as shown below.
130130

aspnetmvc/FileExplorer/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following section is briefly explain the things to get started with FileExpl
1515

1616
To get start with Essential ASP.NET MVC FileExplorer, create a new MVC Application and add the required assemblies in references and then refer the below specified dependent CSS file as well as scripts
1717

18-
To create a MVC Project and add necessary assemblies you can use the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started#) Documentation.
18+
To create a MVC Project and add necessary assemblies you can use the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started#) Documentation.
1919

2020
## Adding the references
2121

@@ -27,15 +27,15 @@ To include the control in the application the following references need to be ad
2727

2828
CSS file
2929

30-
* [ej.web.all.min.css](http://cdn.syncfusion.com/13.4.0.58/js/web/flat-azure/ej.web.all.min.css#) includes all widgets styles (To know more about theme refer [Theming in Essential JavaScript Component](http://help.syncfusion.com/js/theming-in-essential-javascript-components#)
30+
* [ej.web.all.min.css](https://cdn.syncfusion.com/13.4.0.58/js/web/flat-azure/ej.web.all.min.css) includes all widgets styles (To know more about theme refer [Theming in Essential JavaScript Component](https://help.syncfusion.com/js/theming-in-essential-javascript-components)
3131

32-
N> Essential JS widgets having the support for 13 built-in themes, to know more please check [here](http://docs.syncfusion.com/js/theming-in-essential-javascript-components#)
32+
N> Essential JS widgets having the support for 13 built-in themes, to know more please check [here](https://docs.syncfusion.com/js/theming-in-essential-javascript-components)
3333

3434
### Script references
3535

3636
The external script dependencies of the FileExplorer widget are,
3737

38-
* [jQuery 1.7.1](http://jquery.com/#) or later versions.
38+
* [jQuery 1.7.1](https://jquery.com/) or later versions.
3939

4040
* [jsrender](https://www.jsviews.com/#jsrender) – for grid view template.
4141

@@ -173,7 +173,7 @@ Used to working with different localization culture formats
173173

174174
You can use the “**ej.web.all.min.js**” file, which encapsulates all the EJ MVC controls and frameworks in one single file
175175

176-
N> To add required assembly references, scripts and CSS files automatically into your application, please refer following link [http://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2](http://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2). Also, it configures the “web.config” file automatically.
176+
N> To add required assembly references, scripts and CSS files automatically into your application, please refer following link [http://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2](https://help.syncfusion.com/aspnetmvc/getting-started#through-syncfusion-nuget-packages-2). Also, it configures the “web.config” file automatically.
177177

178178
## FileExplorer using helper
179179

@@ -189,7 +189,7 @@ In the view page, add FileExplorer helper as shown below.
189189

190190
{% endhighlight %}
191191

192-
In above code block, “Path” denotes the URL of filesystem that are to be explored in "FileExplorer" and “AjaxAction” specifies the URL of server side AJAX handling method that handles the file operations of FileExplorer control. So “[Path](http://help.syncfusion.com/js/api/ejfileexplorer#members:path)” and “[AjaxAction](http://help.syncfusion.com/js/api/ejfileexplorer#members:ajaxaction)” are the mandatory configuration at here.
192+
In above code block, “Path” denotes the URL of filesystem that are to be explored in "FileExplorer" and “AjaxAction” specifies the URL of server side AJAX handling method that handles the file operations of FileExplorer control. So “[Path](https://help.syncfusion.com/api/js/ejfileexplorer#members:path)” and “[AjaxAction](https://help.syncfusion.com/api/js/ejfileexplorer#members:ajaxaction)” are the mandatory configuration at here.
193193

194194
Add the following code example to the corresponding controller page.
195195

aspnetmvc/FileExplorer/Localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The below table lists out the keys with corresponding texts in English culture.
112112

113113
## Change the Culture
114114

115-
The language of the FileExplorer can be changed by the “[Locale](http://help.syncfusion.com/js/api/ejfileexplorer#members:locale)” property. This property allows the culture code of the country as input. The culture code has to specify in the standard format as **[Language Code]-[County/Region Code]**.
115+
The language of the FileExplorer can be changed by the “[Locale](https://help.syncfusion.com/api/js/ejfileexplorer#members:locale)” property. This property allows the culture code of the country as input. The culture code has to specify in the standard format as **[Language Code]-[County/Region Code]**.
116116

117117
For example the culture code for German is “**de-DE**”.
118118

aspnetmvc/FileExplorer/Multiple-Selection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Multiple
88
---
99
# Multiple Selection
1010

11-
The FileExplorer allows the user to select multiple files by enabling the “[AllowMultiSelection](http://help.syncfusion.com/js/api/ejfileexplorer#members:allowmultiselection)” property. The multiple selection can be done by pressing the “**Ctrl”** key or “**Shift”** key. You can select all the files in the directory by pressing “**Ctrl + A**”. The multiple selection is useful on copy pasting multiple files, deleting multiple files and downloading multiple files. In another way, multiple files can be selected by mouse down and drag over the desired files. In addition to that, additional files can be selected with the preselected file by holding the ctrl/shift key and drag the mouse over the files. Also, holding the ctrl/shift key and dragging over selected files will unselect the selected files.
11+
The FileExplorer allows the user to select multiple files by enabling the “[AllowMultiSelection](https://help.syncfusion.com/api/js/ejfileexplorer#members:allowmultiselection)” property. The multiple selection can be done by pressing the “**Ctrl”** key or “**Shift”** key. You can select all the files in the directory by pressing “**Ctrl + A**”. The multiple selection is useful on copy pasting multiple files, deleting multiple files and downloading multiple files. In another way, multiple files can be selected by mouse down and drag over the desired files. In addition to that, additional files can be selected with the preselected file by holding the ctrl/shift key and drag the mouse over the files. Also, holding the ctrl/shift key and dragging over selected files will unselect the selected files.
1212

1313
The [select](https://help.syncfusion.com/api/js/ejfileexplorer#events:select) event will be triggered when the items of FileExplorer control is selected.
1414
Also [unselect](https://help.syncfusion.com/api/js/ejfileexplorer#events:unselect) event will be triggered when the items of FileExplorer control is unselected.

aspnetmvc/FileExplorer/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Overview
1010
# Overview
1111

1212
The EJ MVC FileExplorer component provides all the functionalities that is available in [EJ FileExplorer](https://help.syncfusion.com/js/fileexplorer/overview#), since it is a server side wrapper of [EJ FileExplorer](https://help.syncfusion.com/js/fileexplorer/overview#) widget. It is an interface for managing the file system through any web application. It allows the user to perform the most common file operations such as browse files, open, create, rename, copy, paste or move, delete and file searching.
13-
For a live demo of FileExplorer check the online sample from [here](https://mvc.syncfusion.com/demos/web/fileexplorer/default#).
13+
For a live demo of FileExplorer check the online sample from [here](https://ej2.syncfusion.com/home/aspnetmvc.html#platform).
1414

1515
N> The FileExplorer control was officially added with the Essential Studio ASP.NET MVC package from the v13.1 release only.
1616

aspnetmvc/FileExplorer/Resizing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Resizing
1010

1111
The FileExplorer has the resize support through the resize handle which appears at right-bottom corner of footer. By clicking the resize handle the user can resize the FileExplorer through the UI. While resizing the dimension of the FileExplorer is automatically adjusted.
1212

13-
The resize behavior can be enabled through the “[EnableResize](http://help.syncfusion.com/js/api/ejfileexplorer#members:enableresize)” property.
13+
The resize behavior can be enabled through the “[EnableResize](https://help.syncfusion.com/api/js/ejfileexplorer#members:enableresize)” property.
1414

1515
In the view page, add FileExplorer helper with resizable option as shown below
1616

@@ -48,7 +48,7 @@ In the view page, add FileExplorer helper with responsive option
4848

4949
## Restriction on Resize
5050

51-
You can restrict the dimension of the FileExplorer by setting the “[MinHeight](http://help.syncfusion.com/js/api/ejfileexplorer#members:minheight)”, “[MaxHeight](http://help.syncfusion.com/js/api/ejfileexplorer#members:maxheight)”,  “[MinWidth](http://help.syncfusion.com/js/api/ejfileexplorer#members:minwidth)” and “[MaxWidth](http://help.syncfusion.com/js/api/ejfileexplorer#members:maxwidth)” properties while resizing the FileExplorer.
51+
You can restrict the dimension of the FileExplorer by setting the “[MinHeight](https://help.syncfusion.com/api/js/ejfileexplorer#members:minheight)”, “[MaxHeight](https://help.syncfusion.com/api/js/ejfileexplorer#members:maxheight)”,  “[MinWidth](https://help.syncfusion.com/api/js/ejfileexplorer#members:minwidth)” and “[MaxWidth](https://help.syncfusion.com/api/js/ejfileexplorer#members:maxwidth)” properties while resizing the FileExplorer.
5252

5353
In the view page, add FileExplorer helper and set resize option within particular region.
5454

0 commit comments

Comments
 (0)