Interface IRequestHostResolver
Signature for a component that can resolve host from a request.
Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public interface IRequestHostResolver
Properties
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