Gets or sets a value indicating which UrlManager to use. The Default UrlManager will be used if no value is provided.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
[DefaultValueAttribute(null)]
public string UrlManagerId { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(Nothing)> _
Public Property UrlManagerId As String
Visual C++
[DefaultValueAttribute(nullptr)]
public:
property String^ UrlManagerId {
	String^ get ();
	void set (String^ value);
}

See Also