Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiContentPathResolver

    Defines a resolver that finds published content by its URL path.

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IApiContentPathResolver

    Methods

    View Source

    ResolveContentPath(string)

    Resolves published content from the specified URL path.

    Declaration
    IPublishedContent? ResolveContentPath(string path)
    Parameters
    Type Name Description
    string path

    The URL path to resolve.

    Returns
    Type Description
    IPublishedContent

    The published content at the specified path, or null if not found.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX