다음을 통해 공유


HttpResponseBase.Redirect 메서드

정의

요청을 다른 URL로 리디렉션합니다.

오버로드

Redirect(String)

요청을 지정된 URL로 리디렉션합니다.

Redirect(String, Boolean)

요청을 지정된 URL로 리디렉션하고 현재 프로세스의 실행을 종료해야 하는지 여부를 지정합니다.

Redirect(String)

요청을 지정된 URL로 리디렉션합니다.

public:
 virtual void Redirect(System::String ^ url);
public virtual void Redirect (string url);
abstract member Redirect : string -> unit
override this.Redirect : string -> unit
Public Overridable Sub Redirect (url As String)

매개 변수

url
String

대상 위치입니다.

예외

적용 대상

Redirect(String, Boolean)

요청을 지정된 URL로 리디렉션하고 현재 프로세스의 실행을 종료해야 하는지 여부를 지정합니다.

public:
 virtual void Redirect(System::String ^ url, bool endResponse);
public virtual void Redirect (string url, bool endResponse);
abstract member Redirect : string * bool -> unit
override this.Redirect : string * bool -> unit
Public Overridable Sub Redirect (url As String, endResponse As Boolean)

매개 변수

url
String

대상 위치입니다.

endResponse
Boolean

현재 프로세스를 종료하려면true 입니다.

예외

적용 대상