Search Results for

    Show / Hide Table of Contents
    View Source

    Class ByPathStylesheetController

    Inheritance
    System.Object
    ManagementApiControllerBase
    FileSystemManagementControllerBase
    StylesheetControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Stylesheet
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class ByPathStylesheetController : StylesheetControllerBase

    Constructors

    View Source

    ByPathStylesheetController(IStylesheetService, IUmbracoMapper)

    Declaration
    public ByPathStylesheetController(IStylesheetService stylesheetService, IUmbracoMapper umbracoMapper)
    Parameters
    Type Name Description
    IStylesheetService stylesheetService
    IUmbracoMapper umbracoMapper

    Methods

    View Source

    ByPath(CancellationToken, String)

    Declaration
    public async Task<IActionResult> ByPath(CancellationToken cancellationToken, string path)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    System.String path
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ByPathStylesheetController(IStylesheetService, IUmbracoMapper)
    • Methods
      • ByPath(CancellationToken, String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX