Gets or sets a string representing the base URL for URLs that are constructed by this UrlManager. This may be an application-relative path (i.e. the URL may begin with '~/').

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

Syntax

C#
public string BaseUrl { get; set; }
Visual Basic (Declaration)
Public Property BaseUrl As String
Visual C++
public:
property String^ BaseUrl {
	String^ get ();
	void set (String^ value);
}

See Also