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)

プロパティ値

モデル状態ディクショナリのキーが格納されているコレクション。

実装

適用対象