Class ProviderBasedClientGeolocationResolver
Implementation of IClient
Inheritance
System.Object
ProviderBasedClientGeolocationResolver
Implements
Namespace: EPiServer.Personalization.Internal
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3Syntax
public class ProviderBasedClientGeolocationResolver : Object, IClientGeolocationResolver
Constructors
ProviderBasedClientGeolocationResolver(IGeolocationProvider, IClientIPAddressResolver)
ader
Creates a new instance of Provider
Declaration
public ProviderBasedClientGeolocationResolver(IGeolocationProvider geolocationProvider, IClientIPAddressResolver addressResolver)
Parameters
Type | Name | Description |
---|---|---|
IGeolocation |
geolocationProvider | |
IClient |
addressResolver |
Properties
Capabilities
Gets the geolocation resolving capabilities of the IClient
Declaration
public Capabilities Capabilities { get; }
Property Value
Type | Description |
---|---|
Capabilities |
Methods
ResolveLocation(HttpContext)
Resolves the geographic location where the current request originates from.
Declaration
public IGeolocationResult ResolveLocation(HttpContext httpContext)
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
httpContext | The current HTTP context. |
Returns
Type | Description |
---|---|
IGeolocation |
The geolocation of the current client or |