Returns a url link to the current page

Namespace: Composite.Functions
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public virtual string ListUrl { get; }
Visual Basic
Public Overridable ReadOnly Property ListUrl As String
	Get
Visual C++
public:
virtual property String^ ListUrl {
	String^ get ();
}

See Also