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 SourceResolveContentPath(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 |