次の方法で共有


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)

適用対象