IStructuredUrlSettingsBaseUrl Property
|
Gets/sets the base URL of the runtime site to which this
Publishing Target publishes.
It should always be an absolute URL.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string BaseUrl { get; set; }
Property BaseUrl As String
Get
Set
property String^ BaseUrl {
String^ get ();
void set (String^ value);
}
abstract BaseUrl : string with get, set
Property Value
Type:
StringExamples
http:///www.yourfirm.com/stagin/
See Also