共用方式為


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)

適用於