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: 7.19.2Syntax
public static class GeolocationProperties
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 | 
