View Source
Class ApiContentPathResolver
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class ApiContentPathResolver : IApiContentPathResolver
Constructors
View Source
ApiContentPathResolver(IRequestRoutingService, IApiPublishedContentCache)
Declaration
public ApiContentPathResolver(IRequestRoutingService requestRoutingService, IApiPublishedContentCache apiPublishedContentCache)
Parameters
Methods
View Source
ResolveContentPath(String)
Declaration
public virtual IPublishedContent ResolveContentPath(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns