Class NestedContentController
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
Namespace: Umbraco.Cms.Web.BackOffice.PropertyEditors
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class NestedContentController : UmbracoAuthorizedJsonController
Constructors
View SourceNestedContentController(IContentTypeService)
Declaration
public NestedContentController(IContentTypeService contentTypeService)
Parameters
| Type | Name | Description |
|---|---|---|
| IContentTypeService | contentTypeService |
Methods
View SourceGetContentTypes()
Declaration
[HttpGet]
public IEnumerable<object> GetContentTypes()
Returns
| Type | Description |
|---|---|
| IEnumerable<System.Object> |