Class FirstActiveClientGeolocationResolver
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Implementation of IClientGeolocationResolver that will delegate all calls to the first active IClientGeolocationResolver implementation it can find among it's dependencies.
Inheritance
Implements
Inherited Members
Namespace: EPiServer.Personalization.Internal
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7Syntax
public class FirstActiveClientGeolocationResolver : IClientGeolocationResolver
Constructors
FirstActiveClientGeolocationResolver(IEnumerable<IClientGeolocationResolver>)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. ader Creates a new instance of FirstActiveClientGeolocationResolver
Declaration
public FirstActiveClientGeolocationResolver(IEnumerable<IClientGeolocationResolver> resolvers)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<IClientGeolocationResolver> | resolvers |
Properties
Capabilities
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Declaration
public Capabilities Capabilities { get; }
Property Value
Type | Description |
---|---|
Capabilities |
Methods
ResolveLocation(HttpContextBase)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Declaration
public IGeolocationResult ResolveLocation(HttpContextBase httpContext)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | httpContext | The current HTTP context. |
Returns
Type | Description |
---|---|
IGeolocationResult | The geolocation of the current client or |