public static bool ActionIsEqualsThan(this ExceptionContext filterContext, EAction eActionName) { return(filterContext.ActionName().IsEqualTo(eActionName.ToString())); }
public static bool ActionIsEqualsThan(this ExceptionContext filterContext, ActionType actionType) { return(filterContext.ActionName().IsEquals(actionType.ToString())); }