Skip to content

Url

Gets the URL of domain.

1
 string $Domain.Url

Remarks

If SSL is enabled, this property always returns the https address of a domain.

Example

1
2
var url = $Domain.Url + "/file/12345";
// url now contains the "https://mydomain.emakin.com/file/12345"