Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IPublishedUrlInfoProvider

    Namespace: Umbraco.Cms.Core.Routing
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IPublishedUrlInfoProvider

    Methods

    View Source

    GetAllAsync(IContent)

    Gets all published urls for a content item.

    Declaration
    Task<ISet<UrlInfo>> GetAllAsync(IContent content)
    Parameters
    Type Name Description
    IContent content

    The content to get urls for.

    Returns
    Type Description
    Task<ISet<UrlInfo>>

    Set of all published url infos.

    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • GetAllAsync(IContent)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX