Try our conversational search powered by Generative AI!

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