Share via


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

參數

modelExplorer
ModelExplorer

ModelExplorer

傳回

是否已流覽模型。

適用於