ModelBinderDictionary.Values プロパティ

定義

モデル バインダー ディクショナリ内の値が格納されているコレクションを取得します。

public System.Collections.Generic.ICollection<System.Web.Mvc.IModelBinder> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Web.Mvc.IModelBinder>
Public ReadOnly Property Values As ICollection(Of IModelBinder)

プロパティ値

モデル バインダー ディクショナリ内の値が格納されているコレクション。

実装

適用対象