C# 클래스 Simplify.Web.Responses.Redirect

Provides controller redirect response (redirects the client to specified URL.)
상속: ControllerResponse
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
Process ( ) : ControllerResponseResult

Processes this response

Redirect ( RedirectionType redirectionType = RedirectionType.DefaultPage, string bookmarkName = null ) : Simplify.Web.Modules

Redirects the client by specifying redirection type.

Redirect ( string url ) : Simplify.Web.Modules

Redirects the client to specified URL.

메소드 상세

Process() 공개 메소드

Processes this response
public Process ( ) : ControllerResponseResult
리턴 ControllerResponseResult

Redirect() 공개 메소드

Redirects the client by specifying redirection type.
public Redirect ( RedirectionType redirectionType = RedirectionType.DefaultPage, string bookmarkName = null ) : Simplify.Web.Modules
redirectionType RedirectionType Type of the navigation.
bookmarkName string Name of the bookmark.
리턴 Simplify.Web.Modules

Redirect() 공개 메소드

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