London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IRequestHostResolver

Signature for a component that can resolve host from a request.

Namespace: EPiServer.Web
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
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

Extension Methods