Interface IPhysicalPathResolver
Namespace: EPiServer.Framework.Internal
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public interface IPhysicalPathResolver
Methods
Rebase(String)
Rebases the physical path according to the AppDataPathKey value, environment variables and relative paths.
Declaration
string Rebase(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | path | The path to rebase |
Returns
| Type | Description |
|---|---|
| System.String |
Remarks
When hosting inside .NET Core the root will be relative to the content root path.