Search Results for

    Show / Hide Table of Contents
    View Source

    Class EndPreviewController

    Inheritance
    System.Object
    ManagementApiControllerBase
    PreviewControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.Preview
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class EndPreviewController : PreviewControllerBase

    Constructors

    View Source

    EndPreviewController(IPreviewService)

    Declaration
    public EndPreviewController(IPreviewService previewService)
    Parameters
    Type Name Description
    IPreviewService previewService

    Methods

    View Source

    End(CancellationToken)

    Declaration
    public async Task<IActionResult> End(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken
    Returns
    Type Description
    Task<IActionResult>
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • EndPreviewController(IPreviewService)
    • Methods
      • End(CancellationToken)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX