Gets the template that handle the presentation of this content item. For non page items (IsPage) this can be a user control (ascx).

Namespace:  N2
Assembly:  N2 (in N2.dll) Version: 1.0.404.40299 (1.4.4)

Syntax

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

See Also