Gets the URL manager that will be used to build the URL.
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# |
|---|
public UrlManager UrlManager { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property UrlManager As UrlManager |
| Visual C++ |
|---|
public: property UrlManager^ UrlManager { UrlManager^ get (); } |