View Source
Class CreateStylesheetController
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class CreateStylesheetController : StylesheetControllerBase
Constructors
View Source
CreateStylesheetController(IStylesheetService, IUmbracoMapper, IBackOfficeSecurityAccessor)
Declaration
public CreateStylesheetController(IStylesheetService stylesheetService, IUmbracoMapper umbracoMapper, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
Parameters
| Type |
Name |
Description |
| IStylesheetService |
stylesheetService |
|
| IUmbracoMapper |
umbracoMapper |
|
| IBackOfficeSecurityAccessor |
backOfficeSecurityAccessor |
|
Methods
View Source
Create(CancellationToken, CreateStylesheetRequestModel)
Declaration
public async Task<IActionResult> Create(CancellationToken cancellationToken, CreateStylesheetRequestModel requestModel)
Parameters
Returns
| Type |
Description |
| Task<IActionResult> |
|