$Domain.Url

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"

Copyright © 2010 - 2023 Emakin. All rights reserved.