다음을 통해 공유


ModelExplorer.Container 속성

정의

컨테이너 를 가져옵니다 ModelExplorer.

public:
 property Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ Container { Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ get(); };
public Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer Container { get; }
member this.Container : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer
Public ReadOnly Property Container As ModelExplorer

속성 값

설명

Container 를 호출 GetExplorerForProperty(String)한 결과로 가장 일반적으로 설정됩니다. 이 경우 반환 ModelExplorer 된 가 호출된 GetExplorerForProperty(String) instance 설정됩니다Container.

그러나 이것은 요구 사항이 아닙니다. 는 Container 정보이며 가 나타내는 Metadata속성을 정의하는 형식을 나타내지 않을 수 있습니다. 이는 복잡한 식의 평가를 기반으로 를 ModelExplorer 생성할 때 발생할 수 있습니다.

호출 코드가 인스턴스 간의 ModelExplorer 부모-자식 관계를 사용하는 경우 를 사용하여 ContainerType 이 가정의 유효성을 검사합니다.

적용 대상