Ejemplo n.º 1
0
        public static string UrlParams()
        {
            string text = RequestHelper.RawUrl();

            return(text.Substring(text.IndexOf('?') + 1));
        }
Ejemplo n.º 2
0
 public static void Rediret301(string url)
 {
     RequestHelper.Rediret301(HttpContext.Current, url);
 }