ControllerParameterDescriptor Класс

Определение

Дескриптор для параметров метода действия.

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

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

ControllerParameterDescriptor()

Дескриптор для параметров метода действия.

Свойства

BindingInfo

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

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

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

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

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

ParameterType

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

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

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