TemplateInfo.Visited(ModelMetadata) Method

Definition

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.

Applies to