C# Класс Ninject.Web.WebApi.FilterBindingSyntax.HttpActionDescriptorExtensionMethods

Extension methods for the http action descriptor
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCustomAttributes ( this actionDescriptor, Type type ) : IEnumerable

Gets the custom attributes of the specified type.

Описание методов

GetCustomAttributes() публичный статический Метод

Gets the custom attributes of the specified type.
public static GetCustomAttributes ( this actionDescriptor, Type type ) : IEnumerable
actionDescriptor this The action descriptor.
type System.Type The type of the attribute.
Результат IEnumerable