Class Geolocation

Provides an interface to the configured Geolocation providers in the application.

Inheritance
System.Object
Geolocation
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
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
[Obsolete("The default provider is registered in IOC container as GeolocationProviderBase")]
public static class Geolocation

Properties

Provider

Gets a reference to the default geolocation provider for the application.

Declaration
public static GeolocationProviderBase Provider { get; }
Property Value
Type Description
GeolocationProviderBase

Providers

Gets a collection of the geolocation providers.

Declaration
public static GeolocationProviderCollection Providers { get; }
Property Value
Type Description
GeolocationProviderCollection