C# 클래스 BVNetwork.NotFound.Controllers.NotFoundRedirectController

상속: Controller
파일 보기 프로젝트 열기: BVNetwork/404handler

공개 메소드들

메소드 설명
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 ( ) : XmlActionResult
GetData ( String searchWord ) : List

Get custom redirect data from dynamic data store.

GetDeletedUrls ( ) : List
GetRedirectIndexViewData ( int pageNumber, List redirectList, string actionInformation, string searchWord, int pageSize, bool isSuggestions, bool showRedirects ) : BVNetwork.NotFound.Models.RedirectIndexViewData

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

비공개 메소드들

메소드 설명
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 ) : FileUploadJsonResult
ImportRedirects ( System.Web.HttpPostedFileBase xmlfile ) : FileUploadJsonResult
Save ( string oldUrl, string newUrl, string skipWildCardAppend, int pageNumber, int pageSize ) : System.Web.Mvc.ActionResult

메소드 상세

AddDeletedUrl() 공개 메소드

public AddDeletedUrl ( string oldUrl ) : System.Web.Mvc.ActionResult
oldUrl string
리턴 System.Web.Mvc.ActionResult

DeleteAllIgnored() 공개 메소드

public DeleteAllIgnored ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

DeleteAllRedirects() 공개 메소드

public DeleteAllRedirects ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

DeleteAllSuggestions() 공개 메소드

public DeleteAllSuggestions ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

DeleteDeleted() 공개 메소드

Removed Deleted (410) redirect
public DeleteDeleted ( string url ) : System.Web.Mvc.ActionResult
url string
리턴 System.Web.Mvc.ActionResult

DeleteSuggestions() 공개 메소드

public DeleteSuggestions ( int maxErrors, int minimumDays ) : System.Web.Mvc.ActionResult
maxErrors int
minimumDays int
리턴 System.Web.Mvc.ActionResult

Deleted() 공개 메소드

public Deleted ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

ExportAllRedirects() 공개 메소드

public ExportAllRedirects ( ) : XmlActionResult
리턴 BVNetwork.NotFound.Core.CustomRedirects.XmlActionResult

GetData() 공개 메소드

Get custom redirect data from dynamic data store.
public GetData ( String searchWord ) : List
searchWord String
리턴 List

GetDeletedUrls() 공개 메소드

public GetDeletedUrls ( ) : List
리턴 List

GetRedirectIndexViewData() 공개 메소드

Get the data that will be presented in the view(s).
public GetRedirectIndexViewData ( int pageNumber, List redirectList, string actionInformation, string searchWord, int pageSize, bool isSuggestions, bool showRedirects ) : BVNetwork.NotFound.Models.RedirectIndexViewData
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
리턴 BVNetwork.NotFound.Models.RedirectIndexViewData

GetSearchResultInfo() 공개 메소드

Get the tekst that will be displayed in the info area of the gadget.
public GetSearchResultInfo ( string searchWord, int count, bool isSuggestions ) : string
searchWord string
count int
isSuggestions bool
리턴 string

GetSuggestions() 공개 메소드

public GetSuggestions ( String searchWord ) : List
searchWord String
리턴 List

IgnoreRedirect() 공개 메소드

public IgnoreRedirect ( string oldUrl, int pageNumber, string searchWord, int pageSize ) : System.Web.Mvc.ActionResult
oldUrl string
pageNumber int
searchWord string
pageSize int
리턴 System.Web.Mvc.ActionResult

Ignored() 공개 메소드

public Ignored ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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
리턴 System.Web.Mvc.ActionResult

Referers() 공개 메소드

public Referers ( string url ) : System.Web.Mvc.ActionResult
url string
리턴 System.Web.Mvc.ActionResult

SaveRedirect() 공개 메소드

public SaveRedirect ( string oldUrl, string newUrl, string skipWildCardAppend ) : void
oldUrl string
newUrl string
skipWildCardAppend string
리턴 void

SaveSuggestion() 공개 메소드

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
리턴 System.Web.Mvc.ActionResult

Suggestions() 공개 메소드

public Suggestions ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Unignore() 공개 메소드

public Unignore ( string url ) : System.Web.Mvc.ActionResult
url string
리턴 System.Web.Mvc.ActionResult