Try our conversational search powered by Generative AI!

Class GeographicLocationController

Inheritance
System.Object
GeographicLocationController
Namespace: EPiServer.Cms.Shell.UI.Controllers.Internal
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7
Syntax
public class GeographicLocationController : Controller

Constructors

GeographicLocationController(LocalizationService, IGeolocationProvider, IClientGeolocationResolver)

Declaration
public GeographicLocationController(LocalizationService localizationService, IGeolocationProvider geoProvider, IClientGeolocationResolver clientGeolocationResolver)
Parameters
Type Name Description
LocalizationService localizationService
IGeolocationProvider geoProvider
IClientGeolocationResolver clientGeolocationResolver

Methods

GetAvailableCapabilities()

Declaration
public JsonResult GetAvailableCapabilities()
Returns
Type Description
System.Web.Mvc.JsonResult

GetLocations(String, String)

Declaration
public JsonResult GetLocations(string continentCode, string countryCode)
Parameters
Type Name Description
System.String continentCode
System.String countryCode
Returns
Type Description
System.Web.Mvc.JsonResult

Extension Methods