Gets the default UrlManager.

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

Syntax

C#
public static UrlManager Default { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Default As UrlManager
Visual C++
public:
static property UrlManager^ Default {
	UrlManager^ get ();
}

Remarks

There is no specialized behavior associated with the default manager. This property is simply a convenience intended to avoid having to lookup a manager by ID if a page only requires a single UrlManager.

This method is equivalent to calling Get(String) with DefaultManagerID as the ID.

See Also