共用方式為


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

適用於