次の方法で共有


ApiParameterDescription.Source プロパティ

定義

BindingSource を取得または設定します。

public:
 property Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ Source { Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ get(); void set(Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ value); };
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource Source { get; set; }
member this.Source : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource with get, set
Public Property Source As BindingSource

プロパティ値

適用対象