Sdílet prostřednictvím


TemplateInfo.Visited(ModelExplorer) Metoda

Definice

Zkontroluje, jestli už model nebyl navštíven.

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

Parametry

modelExplorer
ModelExplorer

Hodnota ModelExplorer

Návraty

Jestli byl model navštíven.

Platí pro