MobilePage.RedirectToMobilePage 메서드

정의

다른 모바일 페이지로 리디렉션합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

오버로드

RedirectToMobilePage(String, Boolean)

지정된 모바일 페이지로 리디렉션합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

RedirectToMobilePage(String)

다른 모바일 페이지로 리디렉션합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

RedirectToMobilePage(String, Boolean)

지정된 모바일 페이지로 리디렉션합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

매개 변수

url
String

리디렉션 동작의 URL입니다.

endResponse
Boolean

해당 지점에서 응답이 종료되어야 하는지 여부를 지정합니다. 이 메서드의 첫 번째 폼에 대한 기본값은 true입니다.

추가 정보

적용 대상

RedirectToMobilePage(String)

다른 모바일 페이지로 리디렉션합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 void RedirectToMobilePage(System::String ^ url);
public void RedirectToMobilePage (string url);
member this.RedirectToMobilePage : string -> unit
Public Sub RedirectToMobilePage (url As String)

매개 변수

url
String

리디렉션 동작의 URL입니다.

추가 정보

적용 대상