Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IGeolocationResult

Model describing the result of a Geolocation lookup

Namespace: EPiServer.Personalization
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public interface IGeolocationResult

Properties

ContinentCode

Two characters continent code based on ISO 3166.

Declaration
string ContinentCode { get; }
Property Value
Type Description
System.String

CountryCode

Two characters country code based on ISO 3166.

Declaration
string CountryCode { get; }
Property Value
Type Description
System.String

Location

Represents the location.

Declaration
GeoCoordinate Location { get; }
Property Value
Type Description
GeoCoordinate

Region

The region within the country

Declaration
string Region { get; }
Property Value
Type Description
System.String

TimeZone

The time zone.

Declaration
TimeZoneInfo TimeZone { get; }
Property Value
Type Description
System.TimeZoneInfo

Extension Methods