Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IOperationIdHandler

    Namespace: Umbraco.Cms.Api.Common.OpenApi
    Assembly: Umbraco.Cms.Api.Common.dll
    Syntax
    public interface IOperationIdHandler

    Methods

    View Source

    CanHandle(ApiDescription)

    Declaration
    bool CanHandle(ApiDescription apiDescription)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription apiDescription
    Returns
    Type Description
    System.Boolean
    View Source

    Handle(ApiDescription)

    Declaration
    string Handle(ApiDescription apiDescription)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescription apiDescription
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • CanHandle(ApiDescription)
      • Handle(ApiDescription)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX