次の方法で共有


ModelStateDictionary.Keys プロパティ

定義

モデル状態ディクショナリ内のキーが格納されているリストを取得します。

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

プロパティ値

ディクショナリ内のキーのリスト。

実装

適用対象