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) |