Returns any element from the currentpage including generic properties

Namespace: umbraco
Assembly:   umbraco (in umbraco)
Version: 1.0.2698.41384

Syntax

Visual Basic (Declaration)
Public Function PageElement ( _
	key As String _
) As String
C#
public string PageElement (
	string key
)
Visual C++
public:
String^ PageElement (
	String^ key
)

Parameters

key
System.String
The name of the page element to return

Return Value

A string with the element value