ControllerBoundPropertyDescriptor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
控制器之模型系結屬性的描述項。
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() |
控制器之模型系結屬性的描述項。 |
屬性
BindingInfo |
取得或設定 BindingInfo 參數的 。 (繼承來源 ParameterDescriptor) |
Name |
取得或設定參數名稱。 (繼承來源 ParameterDescriptor) |
ParameterType |
取得或設定參數的類型。 (繼承來源 ParameterDescriptor) |
PropertyInfo |
取得或設定這個屬性的 PropertyInfo 。 |