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

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

public static ResolveAbsoluteUrl ( this httpReq, string url ) : string
httpReq this
url string
Результат string
        public static string ResolveAbsoluteUrl(this IRequest httpReq, string url)
        {
            return HostContext.ResolveAbsoluteUrl(url, httpReq);
        }