Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

string $Domain.Url { get; set; }

Remarks

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

Example

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