public bool Any() { return(ActionNameAttribute != null || HttpMethodProviderAttributes.Any()); }
public bool HasSpecialAttribute() { return(ActionNameAttribute != null || HttpMethodProviderAttributes.Any() || RouteTemplateProviderAttributes.Any()); }