Share via


RedirectToMobilePage Method

Redirects to another mobile page.

public void RedirectToMobilePage(
   string url
)
public virtual void RedirectToMobilePage(
   string url,
   bool endResponse
)

Parameters

  • url
    The URL of the redirect action.
  • endResponse
    Specifies whether the response should be ended at that point. The default of the first form of the method is true.

See Also

Applies to: MobilePage Class