Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ApplicationPathResolver

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
ApplicationPathResolver
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Web.Internal
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(IncludeServiceAccessor = false)]
public class ApplicationPathResolver

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