ModelBindingContext.PropertyMetadata プロパティ

定義

プロパティのメタデータを取得します。

public System.Collections.Generic.IDictionary<string,System.Web.Mvc.ModelMetadata> PropertyMetadata { get; }
member this.PropertyMetadata : System.Collections.Generic.IDictionary<string, System.Web.Mvc.ModelMetadata>
Public ReadOnly Property PropertyMetadata As IDictionary(Of String, ModelMetadata)

プロパティ値

プロパティのメタデータ。

適用対象