ServiceStack.HttpRequestExtensions.GetParentAbsolutePath C# (CSharp) Метод

GetParentAbsolutePath() публичный статический Метод

public static GetParentAbsolutePath ( this httpReq ) : string
httpReq this
Результат string
        public static string GetParentAbsolutePath(this IRequest httpReq)
        {
            return httpReq.GetAbsolutePath().ToParentPath();
        }