Class BackOfficeAssetsController
Inheritance
System.Object
      Microsoft.AspNetCore.Mvc.ControllerBase
      
      
      
      
      Namespace: Umbraco.Cms.Web.BackOffice.Controllers
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class BackOfficeAssetsController : UmbracoAuthorizedJsonController
  Constructors
View SourceBackOfficeAssetsController(IIOHelper, IHostingEnvironment, ILoggerFactory, IOptionsSnapshot<GlobalSettings>)
Declaration
public BackOfficeAssetsController(IIOHelper ioHelper, IHostingEnvironment hostingEnvironment, ILoggerFactory loggerFactory, IOptionsSnapshot<GlobalSettings> globalSettings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IIOHelper | ioHelper | |
| IHostingEnvironment | hostingEnvironment | |
| Microsoft.Extensions.Logging.ILoggerFactory | loggerFactory | |
| Microsoft.Extensions.Options.IOptionsSnapshot<GlobalSettings> | globalSettings | 
Methods
View SourceGetSupportedLocales()
Declaration
[HttpGet]
public object GetSupportedLocales()
  Returns
| Type | Description | 
|---|---|
| System.Object |