Method | Description | |
---|---|---|
AddDeletedUrl ( string oldUrl ) : System.Web.Mvc.ActionResult | ||
DeleteAllIgnored ( ) : System.Web.Mvc.ActionResult | ||
DeleteAllRedirects ( ) : System.Web.Mvc.ActionResult | ||
DeleteAllSuggestions ( ) : System.Web.Mvc.ActionResult | ||
DeleteDeleted ( string url ) : System.Web.Mvc.ActionResult |
Removed Deleted (410) redirect
|
|
DeleteSuggestions ( int maxErrors, int minimumDays ) : System.Web.Mvc.ActionResult | ||
Deleted ( ) : System.Web.Mvc.ActionResult | ||
ExportAllRedirects ( ) : |
||
GetData ( String searchWord ) : List |
Get custom redirect data from dynamic data store.
|
|
GetDeletedUrls ( ) : List |
||
GetRedirectIndexViewData ( int pageNumber, List |
Get the data that will be presented in the view(s).
|
|
GetSearchResultInfo ( string searchWord, int count, bool isSuggestions ) : string |
Get the tekst that will be displayed in the info area of the gadget.
|
|
GetSuggestions ( String searchWord ) : List |
||
IgnoreRedirect ( string oldUrl, int pageNumber, string searchWord, int pageSize ) : System.Web.Mvc.ActionResult | ||
Ignored ( ) : System.Web.Mvc.ActionResult | ||
Index ( int pageNumber, string searchWord, int pageSize, bool isSuggestions, bool showRedirects ) : System.Web.Mvc.ActionResult | ||
Referers ( string url ) : System.Web.Mvc.ActionResult | ||
SaveRedirect ( string oldUrl, string newUrl, string skipWildCardAppend ) : void | ||
SaveSuggestion ( string oldUrl, string newUrl, string skipWildCardAppend, int pageNumber, int pageSize ) : System.Web.Mvc.ActionResult | ||
Suggestions ( ) : System.Web.Mvc.ActionResult | ||
Unignore ( string url ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Administer ( ) : System.Web.Mvc.ActionResult | ||
CheckAccess ( ) : void | ||
Delete ( string oldUrl, int pageNumber, string searchWord, int pageSize ) : System.Web.Mvc.ActionResult | ||
ImportDeleted ( System.Web.HttpPostedFileBase txtFile ) : |
||
ImportRedirects ( System.Web.HttpPostedFileBase xmlfile ) : |
||
Save ( string oldUrl, string newUrl, string skipWildCardAppend, int pageNumber, int pageSize ) : System.Web.Mvc.ActionResult |
public AddDeletedUrl ( string oldUrl ) : System.Web.Mvc.ActionResult | ||
oldUrl | string | |
return | System.Web.Mvc.ActionResult |
public DeleteAllIgnored ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public DeleteAllRedirects ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public DeleteAllSuggestions ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public DeleteDeleted ( string url ) : System.Web.Mvc.ActionResult | ||
url | string | |
return | System.Web.Mvc.ActionResult |
public DeleteSuggestions ( int maxErrors, int minimumDays ) : System.Web.Mvc.ActionResult | ||
maxErrors | int | |
minimumDays | int | |
return | System.Web.Mvc.ActionResult |
public Deleted ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ExportAllRedirects ( ) : |
||
return |
public GetRedirectIndexViewData ( int pageNumber, List |
||
pageNumber | int | The current page number for the pager view |
redirectList | List |
The List of redirects |
actionInformation | string | Text that will be presented in the view |
searchWord | string | |
pageSize | int | |
isSuggestions | bool | |
showRedirects | bool | |
return | BVNetwork.NotFound.Models.RedirectIndexViewData |
public GetSearchResultInfo ( string searchWord, int count, bool isSuggestions ) : string | ||
searchWord | string | |
count | int | |
isSuggestions | bool | |
return | string |
public GetSuggestions ( String searchWord ) : List |
||
searchWord | String | |
return | List |
public IgnoreRedirect ( string oldUrl, int pageNumber, string searchWord, int pageSize ) : System.Web.Mvc.ActionResult | ||
oldUrl | string | |
pageNumber | int | |
searchWord | string | |
pageSize | int | |
return | System.Web.Mvc.ActionResult |
public Ignored ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( int pageNumber, string searchWord, int pageSize, bool isSuggestions, bool showRedirects ) : System.Web.Mvc.ActionResult | ||
pageNumber | int | |
searchWord | string | |
pageSize | int | |
isSuggestions | bool | |
showRedirects | bool | |
return | System.Web.Mvc.ActionResult |
public Referers ( string url ) : System.Web.Mvc.ActionResult | ||
url | string | |
return | System.Web.Mvc.ActionResult |
public SaveRedirect ( string oldUrl, string newUrl, string skipWildCardAppend ) : void | ||
oldUrl | string | |
newUrl | string | |
skipWildCardAppend | string | |
return | void |
public SaveSuggestion ( string oldUrl, string newUrl, string skipWildCardAppend, int pageNumber, int pageSize ) : System.Web.Mvc.ActionResult | ||
oldUrl | string | |
newUrl | string | |
skipWildCardAppend | string | |
pageNumber | int | |
pageSize | int | |
return | System.Web.Mvc.ActionResult |
public Suggestions ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Unignore ( string url ) : System.Web.Mvc.ActionResult | ||
url | string | |
return | System.Web.Mvc.ActionResult |