HttpUtility.UrlDecode
HttpUtility.UrlEncode
HttpContext.Current.Request.Cookies["UserCode"].Value HttpContext.Current.Response.Cookies["UserCode"].Value = HttpUtility.UrlEncode(value)
HttpUtility.UrlDecode
HttpUtility.UrlEncode
HttpContext.Current.Request.Cookies["UserCode"].Value HttpContext.Current.Response.Cookies["UserCode"].Value = HttpUtility.UrlEncode(value)
|