TemplateInfo.Visited(ModelMetadata) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the template has been visited by the user.
public bool Visited (System.Web.Mvc.ModelMetadata metadata);
member this.Visited : System.Web.Mvc.ModelMetadata -> bool
Public Function Visited (metadata As ModelMetadata) As Boolean
Parameters
- metadata
- ModelMetadata
An object that encapsulates information that describes the model.
Returns
true if the template has been visited by the user; otherwise, false.