Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

Gets the URL of domain.

string $Domain.Url { get; set; }

Remarks

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

Example

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