London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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.AspNet.dll
Version: 11.20.7
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
[Obsolete("The default provider is registered in IOC container as GeolocationProviderBase")]
public static GeolocationProviderBase Provider { get; }
Property Value
Type Description
GeolocationProviderBase