Click or drag to resize
URLHelperHost Property
Application's host. Is to be used for customizing host in case of having application behind a proxy. Can be set via AppSettings's key 'CMSUrlHost'.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
public static string Host { get; set; }

Property Value

Type: String
See Also