Exemplo n.º 1
0
 public static bool IsCommandAction(this HttpActionContext controllerContext)
 {
     return(controllerContext.FirstCommandParameter() != null);
 }