$Domain.LogoUrl
Overview
Gets the URL of a domain logo image.
string $Domain.LogoUrl { get; set; }
Remarks
If SSL is enabled, this property always returns the https address of a domain logo.
Example
var logourl = $Domain.LogoUrl;
// logourl now contains https address of a domain logo image
Copyright © 2010 - 2023 Emakin. All rights reserved.