Click or drag to resize

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
Syntax
string SiteBaseUrl { get; }

Property Value

Type: String
Remarks
This only applies during runtime as Design-time will need to get the base URL from the selected publishing target.
See Also