Interface IPublishedUrlInfoProvider
Namespace: Umbraco.Cms.Core.Routing
Assembly: Umbraco.Core.dll
Syntax
public interface IPublishedUrlInfoProvider
Methods
View SourceGetAllAsync(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<Url |
Set of all published url infos. |