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