ControllerParameterDescriptor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクション メソッドのメソッド パラメーターの記述子。
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() |
アクション メソッドのメソッド パラメーターの記述子。 |
プロパティ
BindingInfo |
パラメーターの を BindingInfo 取得または設定します。 (継承元 ParameterDescriptor) |
Name |
パラメーター名を取得または設定します。 (継承元 ParameterDescriptor) |
ParameterInfo |
ParameterInfo を取得または設定します。 |
ParameterType |
パラメーターの型を取得または設定します。 (継承元 ParameterDescriptor) |