Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteByKeyRedirectUrlManagementController

    Inheritance
    System.Object
    ManagementApiControllerBase
    RedirectUrlManagementControllerBase
    Namespace: Umbraco.Cms.Api.Management.Controllers.RedirectUrlManagement
    Assembly: Umbraco.Cms.Api.Management.dll
    Syntax
    public class DeleteByKeyRedirectUrlManagementController : RedirectUrlManagementControllerBase

    Constructors

    View Source

    DeleteByKeyRedirectUrlManagementController(IRedirectUrlService)

    Declaration
    public DeleteByKeyRedirectUrlManagementController(IRedirectUrlService redirectUrlService)
    Parameters
    Type Name Description
    IRedirectUrlService redirectUrlService

    Methods

    View Source

    DeleteByKey(CancellationToken, Guid)

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