SaaS CMS has officially launched! Learn more now.

Class ApplicationPathResolver

Inheritance
System.Object
ApplicationPathResolver
Namespace: EPiServer.Web.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class ApplicationPathResolver : Object

Constructors

ApplicationPathResolver(IWebHostingEnvironment)

Declaration
public ApplicationPathResolver(IWebHostingEnvironment webHostingEnvironment)
Parameters
Type Name Description
IWebHostingEnvironment webHostingEnvironment

Properties

Instance

Declaration
public static ApplicationPathResolver Instance { get; set; }
Property Value
Type Description
ApplicationPathResolver

Methods

ResolveApplicationAware(String)

Declaration
public string ResolveApplicationAware(string path)
Parameters
Type Name Description
System.String path
Returns
Type Description
System.String

Extension Methods