다음을 통해 공유


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)

속성 값

모델 상태 사전의 키가 들어 있는 컬렉션입니다.

구현

적용 대상