/// <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)); }