ServiceStack.AppHostBase.MapProjectPath C# (CSharp) Method

MapProjectPath() public method

public MapProjectPath ( string relativePath ) : string
relativePath string
return string
        public override string MapProjectPath(string relativePath)
        {
            return relativePath.MapHostAbsolutePath();
        }