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