Search Results for

    Show / Hide Table of Contents
    View Source

    Class ApiContentPathResolver

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public class ApiContentPathResolver : IApiContentPathResolver

    Constructors

    View Source

    ApiContentPathResolver(IRequestRoutingService, IApiPublishedContentCache)

    Declaration
    public ApiContentPathResolver(IRequestRoutingService requestRoutingService, IApiPublishedContentCache apiPublishedContentCache)
    Parameters
    Type Name Description
    IRequestRoutingService requestRoutingService
    IApiPublishedContentCache apiPublishedContentCache

    Methods

    View Source

    IsResolvablePath(String)

    Declaration
    public virtual bool IsResolvablePath(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    System.Boolean
    View Source

    ResolveContentPath(String)

    Declaration
    public virtual IPublishedContent ResolveContentPath(string path)
    Parameters
    Type Name Description
    System.String path
    Returns
    Type Description
    IPublishedContent
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ApiContentPathResolver(IRequestRoutingService, IApiPublishedContentCache)
    • Methods
      • IsResolvablePath(String)
      • ResolveContentPath(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX