Esempio n. 1
0
 public static bool IsAsyncCommandAction(this HttpActionContext controllerContext)
 {
     return(controllerContext.FirstAsyncCommandParameter() != null);
 }