Interface IRequestHostResolver
Signature for a component that can resolve host from a request.
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public interface IRequestHostResolverProperties
HostName
Gets current host name for a http request or null if no call is not made within a http request.
Declaration
string HostName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Remarks
Include port if set
