Type of url built by the Pager control

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public PagerUrlType UrlType { get; }
Visual Basic (Declaration)
Public ReadOnly Property UrlType As PagerUrlType
Visual C++
public:
property PagerUrlType UrlType {
	PagerUrlType get ();
}

See Also