IReferenceSiteBaseUrl Property
|
Gets the base URL of the runtime site to which a publishing target publishes.
This should always be an absolute URL.
Namespace:
Ingeniux.Runtime.Reference
Assembly:
IGXRuntimeAPI (in IGXRuntimeAPI.dll) Version: 10.6.308
Syntaxstring SiteBaseUrl { get; }
ReadOnly Property SiteBaseUrl As String
Get
property String^ SiteBaseUrl {
String^ get ();
}
abstract SiteBaseUrl : string with get
Property Value
Type:
String
RemarksThis only applies during runtime as Design-time will need to get the base URL from the selected publishing target.
See Also