다음을 통해 공유


ControllerBoundPropertyDescriptor 클래스

정의

컨트롤러의 모델 바인딩 속성에 대한 설명자입니다.

public ref class ControllerBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class ControllerBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IPropertyInfoParameterDescriptor
public class ControllerBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class ControllerBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IPropertyInfoParameterDescriptor
type ControllerBoundPropertyDescriptor = class
    inherit ParameterDescriptor
type ControllerBoundPropertyDescriptor = class
    inherit ParameterDescriptor
    interface IPropertyInfoParameterDescriptor
Public Class ControllerBoundPropertyDescriptor
Inherits ParameterDescriptor
Public Class ControllerBoundPropertyDescriptor
Inherits ParameterDescriptor
Implements IPropertyInfoParameterDescriptor
상속
ControllerBoundPropertyDescriptor
구현

생성자

ControllerBoundPropertyDescriptor()

컨트롤러의 모델 바인딩 속성에 대한 설명자입니다.

속성

BindingInfo

매개 변수에 대한 를 BindingInfo 가져오거나 설정합니다.

(다음에서 상속됨 ParameterDescriptor)
Name

매개 변수 이름을 가져오거나 설정합니다.

(다음에서 상속됨 ParameterDescriptor)
ParameterType

매개 변수의 유형을 가져오거나 설정합니다.

(다음에서 상속됨 ParameterDescriptor)
PropertyInfo

이 속성의 를 PropertyInfo 가져오거나 설정합니다.

적용 대상