London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IContentUrlResolver

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Signature for component that is used to resolve a content instance from an url

Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IContentUrlResolver

Methods

Resolve(Uri, UrlResolverOptions)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Resolves a content instance from an url.

Declaration
ResolvedContent Resolve(Uri url, UrlResolverOptions options)
Parameters
Type Name Description
System.Uri url

The url to resolve a content instance from

UrlResolverOptions options

Options that can be used to specify how the url should be resolved

Returns
Type Description
ResolvedContent

A result containing a reference to the resolved content or null if no content could be resolved

Extension Methods