TemplateInfo.Visited Method

Determines whether the template has been visited by the user.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public Function Visited ( _
    metadata As ModelMetadata _
) As Boolean
public bool Visited(
    ModelMetadata metadata
)
public:
bool Visited(
    ModelMetadata^ metadata
)

Parameters

Return Value

Type: System.Boolean
true if the template has been visited by the user; otherwise, false.

See Also

Reference

TemplateInfo Class

System.Web.Mvc Namespace