Aracılığıyla paylaş


TemplateInfo.Visited(ModelExplorer) Yöntem

Tanım

Modelin zaten ziyaret edilmiş olup olmadığını denetler.

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

Parametreler

modelExplorer
ModelExplorer

ModelExplorer.

Döndürülenler

Modelin ziyaret edilip edilmediği.

Şunlara uygulanır