/// <summary> /// The default behavior of this method is to call SendRedirect(string location) /// on the wrapped response object. /// </summary> /// <param name="location"></param> public void SendRedirect(string location) { HttpServletResponse.SendRedirect(location); }