C# 클래스 Simplify.Web.Modules.Redirector

Provides website redirection manager, which controls current user location, url to previous page and url to specified page
상속: IRedirector
파일 보기 프로젝트 열기: i4004/Simplify.Web 1 사용 예제들

공개 메소드들

메소드 설명
Redirect ( RedirectionType redirectionType, string bookmarkName = null ) : void

Navigates the client by specifying redirection type.

Redirect ( string url ) : void

Redirects the client to specified URL.

Redirector ( IWebContext context ) : System

Initializes a new instance of the Redirector class.

SetLoginReturnUrlFromCurrentUri ( ) : void

Sets the login return URL from current URI.

SetRedirectUrlToCurrentPage ( ) : void

Sets the redirect url to current page.

메소드 상세

Redirect() 공개 메소드

Navigates the client by specifying redirection type.
public Redirect ( RedirectionType redirectionType, string bookmarkName = null ) : void
redirectionType RedirectionType Type of the redirection.
bookmarkName string Name of the bookmark.
리턴 void

Redirect() 공개 메소드

Redirects the client to specified URL.
public Redirect ( string url ) : void
url string The URL.
리턴 void

Redirector() 공개 메소드

Initializes a new instance of the Redirector class.
public Redirector ( IWebContext context ) : System
context IWebContext The context.
리턴 System

SetLoginReturnUrlFromCurrentUri() 공개 메소드

Sets the login return URL from current URI.
public SetLoginReturnUrlFromCurrentUri ( ) : void
리턴 void

SetRedirectUrlToCurrentPage() 공개 메소드

Sets the redirect url to current page.
public SetRedirectUrlToCurrentPage ( ) : void
리턴 void