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 IBasePathResolver

Resolves a virtual base path.

Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IBasePathResolver

Methods

Resolve(RequestContext, RouteValueDictionary)

Resolves the base path from the request context

Declaration
string Resolve(RequestContext request, RouteValueDictionary routeValues)
Parameters
Type Name Description
System.Web.Routing.RequestContext request
System.Web.Routing.RouteValueDictionary routeValues
Returns
Type Description
System.String

Extension Methods