Поделиться через


HandlerParameterDescriptor Класс

Определение

Описывает параметр обработчика.

public ref class HandlerParameterDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class HandlerParameterDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IParameterInfoParameterDescriptor
public class HandlerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class HandlerParameterDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IParameterInfoParameterDescriptor
type HandlerParameterDescriptor = class
    inherit ParameterDescriptor
type HandlerParameterDescriptor = class
    inherit ParameterDescriptor
    interface IParameterInfoParameterDescriptor
Public Class HandlerParameterDescriptor
Inherits ParameterDescriptor
Public Class HandlerParameterDescriptor
Inherits ParameterDescriptor
Implements IParameterInfoParameterDescriptor
Наследование
HandlerParameterDescriptor
Реализации

Конструкторы

HandlerParameterDescriptor()

Описывает параметр обработчика.

Свойства

BindingInfo

Возвращает или задает BindingInfo для параметра .

(Унаследовано от ParameterDescriptor)
Name

Получает или задает имя параметра.

(Унаследовано от ParameterDescriptor)
ParameterInfo

Возвращает или задает класс ParameterInfo.

ParameterType

Возвращает или задает тип параметра.

(Унаследовано от ParameterDescriptor)

Применяется к