Exemple #1
0
 public static bool ShouldDisplay(this HttpRequestBase request, string path)
 {
     return(request.GetPlayer(path) != Player.None);
 }