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() |
Дескриптор для параметров метода действия. |
Свойства
BindingInfo |
Возвращает или задает для BindingInfo параметра . (Унаследовано от ParameterDescriptor) |
Name |
Получает или задает имя параметра. (Унаследовано от ParameterDescriptor) |
ParameterInfo |
Возвращает или задает класс ParameterInfo. |
ParameterType |
Возвращает или задает тип параметра. (Унаследовано от ParameterDescriptor) |