다음을 통해 공유


TemplateInfo.Visited(ModelExplorer) 메서드

정의

모델을 이미 방문했는지 확인합니다.

public:
 bool Visited(Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ modelExplorer);
public bool Visited (Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer modelExplorer);
member this.Visited : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer -> bool
Public Function Visited (modelExplorer As ModelExplorer) As Boolean

매개 변수

반환

모델을 방문했는지 여부입니다.

적용 대상