Returns the UrlManager with the specified UrlManagerId, or null

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#
protected UrlManager UrlManager { get; }
Visual Basic (Declaration)
Protected ReadOnly Property UrlManager As UrlManager
Visual C++
protected:
property UrlManager^ UrlManager {
	UrlManager^ get ();
}

See Also