Search Results for

    Show / Hide Table of Contents
    View Source

    Class CreatePartialViewController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemManagementControllerBase
    PartialViewControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.PartialView
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class CreatePartialViewController : PartialViewControllerBase

    Constructors

    View Source

    CreatePartialViewController(IPartialViewService, IUmbracoMapper, IBackOfficeSecurityAccessor)

    Declaration
    public CreatePartialViewController(IPartialViewService partialViewService, IUmbracoMapper umbracoMapper, IBackOfficeSecurityAccessor backOfficeSecurityAccessor)
    Parameters
    Type Name Description
    IPartialViewService partialViewService
    IUmbracoMapper umbracoMapper
    IBackOfficeSecurityAccessor backOfficeSecurityAccessor

    Methods

    View Source

    Create(CancellationToken, CreatePartialViewRequestModel)

    Declaration
    public async Task<IActionResult> Create(CancellationToken cancellationToken, CreatePartialViewRequestModel requestModel)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    CreatePartialViewRequestModel requestModel
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • CreatePartialViewController(IPartialViewService, IUmbracoMapper, IBackOfficeSecurityAccessor)
    • Methods
      • Create(CancellationToken, CreatePartialViewRequestModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX