Overview
...
string my$Domain$Domain.Url { get; set; }
Remarks
If SSL is enabled, this property always returns the https address of a domain.
Example
Code Block | ||
---|---|---|
| ||
var url = $Domain.Url + "/file/12345";
// url now contains the "https://mydomain.emakin.com/file/12345" |