SaaS CMS has officially launched! Learn more now.

Class GeographicLocations

Contains a fixed lists of known continents and country codes based on the ISO 3166-1 standard.

Inheritance
System.Object
GeographicLocations
Namespace: EPiServer.Personalization.Internal
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public static class GeographicLocations : Object

Fields

Continents

List of continent codes.

Declaration
public static readonly IReadOnlyList<string> Continents
Field Value
Type Description
System.Collections.Generic.IReadOnlyList<System.String>

Countries

List of known ISO 3166-1 Alpha 2 Country codes organized by Continent codes.

Declaration
public static readonly IReadOnlyDictionary<string, IReadOnlyList<string>> Countries
Field Value
Type Description
System.Collections.Generic.IReadOnlyDictionary<System.String, System.Collections.Generic.IReadOnlyList<System.String>>