Class NoopRequestRoutingService
A no-operation implementation of IRequestRoutingService that returns the requested path as-is.
Inheritance
object
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public sealed class NoopRequestRoutingService : IRequestRoutingService
Constructors
View SourceNoopRequestRoutingService()
Declaration
public NoopRequestRoutingService()
Methods
View SourceGetContentRoute(string)
Retrieves the actual route for content in the content cache from a requested content path
Declaration
public string GetContentRoute(string requestedPath)
Parameters
| Type | Name | Description |
|---|---|---|
| string | requestedPath |
Returns
| Type | Description |
|---|---|
| string |