A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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