TemplateInfo.Visited(ModelExplorer) Method  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if a model has been visited already.
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 -> boolPublic Function Visited (modelExplorer As ModelExplorer) As BooleanParameters
- modelExplorer
- ModelExplorer
The ModelExplorer.
Returns
Whether the model has been visited.