ServiceStack.AppHostBase.MapProjectPath C# (CSharp) Метод

MapProjectPath() публичный Метод

public MapProjectPath ( string relativePath ) : string
relativePath string
Результат string
        public override string MapProjectPath(string relativePath)
        {
            return relativePath.MapHostAbsolutePath();
        }