Share via


TemplateInfo.Visited(ModelExplorer) Method

Definition

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 -> bool
Public Function Visited (modelExplorer As ModelExplorer) As Boolean

Parameters

modelExplorer
ModelExplorer

The ModelExplorer.

Returns

Whether the model has been visited.

Applies to