예제 #1
0
 public static string GetMessage(string pKey)
 {
     return(Protect.ToString(HttpContext.Current.Session[pKey]));
 }