다음을 통해 공유


ModelStateEntry.GetModelStateForProperty(String) 메서드

정의

ModelStateEntry 지정된 가 있는 하위 속성의 을 propertyName가져옵니다.

public:
 abstract Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^ GetModelStateForProperty(System::String ^ propertyName);
public abstract Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry GetModelStateForProperty (string propertyName);
public abstract Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry? GetModelStateForProperty (string propertyName);
abstract member GetModelStateForProperty : string -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry
Public MustOverride Function GetModelStateForProperty (propertyName As String) As ModelStateEntry

매개 변수

propertyName
String

조회할 속성 이름입니다.

반환

ModelStateEntry 하위 속성이 있으면 이고, 그렇지 않으면 null입니다.

설명

이 메서드는 값true이 인 IsContainerNode 항목도 기존 항목을 반환합니다.

적용 대상