다음을 통해 공유


ModelStateDictionary.Values 속성

정의

모델 상태 사전의 값이 들어 있는 목록을 가져옵니다.

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

속성 값

사전의 값 목록입니다.

구현

적용 대상