SaaS CMS has officially launched! Learn more now.

Class RequestHeaderClientGeolocationResolver

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
RequestHeaderClientGeolocationResolver
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Personalization.Internal
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public class RequestHeaderClientGeolocationResolver : IClientGeolocationResolver

Constructors

RequestHeaderClientGeolocationResolver(ClientGeolocationOptions)

Declaration
public RequestHeaderClientGeolocationResolver(ClientGeolocationOptions options)
Parameters
Type Name Description
ClientGeolocationOptions options

Properties

Capabilities

Declaration
public Capabilities Capabilities { get; }
Property Value
Type Description
Capabilities

Methods

ResolveLocation(HttpContextBase)

Declaration
public IGeolocationResult ResolveLocation(HttpContextBase httpContext)
Parameters
Type Name Description
System.Web.HttpContextBase httpContext
Returns
Type Description
IGeolocationResult

Implements

Extension Methods