Class GeographicLocationController
Inheritance
System.Object
GeographicLocationController
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
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