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.3Syntax
public static class GeographicLocations : Object
Fields
Continents
List of continent codes.
Declaration
public static readonly IReadOnlyList<string> Continents
Field Value
Type | Description |
---|---|
System. |
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. |