예제 #1
0
 public static string CreateURL(this HttpContextBase context, object[] qs)
 {
     return(context.CreateURL(context.Request.RawUrl, qs));
 }