Share via


WebSession.siteExternalUrl Method [AX 2012]

Gets the absolute, externally accessible URL for the site.

Syntax

public str siteExternalUrl()

Run On

Called

Return Value

Type: str
A string that represents the absolute URL.

Remarks

For example, "http://www.MyCompany.com/sites/DynamicsAx/".

It is guaranteed to end with backslash.

See Also

Reference

WebSession Class