Interface IRequestRoutingService
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IRequestRoutingService
  Methods
View SourceGetContentRoute(String)
Retrieves the actual route for content in the content cache from a requested content path
Declaration
string GetContentRoute(string requestedPath)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | requestedPath | 
Returns
| Type | Description | 
|---|---|
| System.String |