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.WebControlsAssembly: Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.1.0 (2.1.1.620)
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); } |