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