TemplateInfo.Visited Method (ModelMetadata)
Determines whether the template has been visited by the user.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- metadata
-
Type:
System.Web.Mvc.ModelMetadata
An object that encapsulates information that describes the model.
Return Value
Type: System.Booleantrue if the template has been visited by the user; otherwise, false.
Show: