ServiceStack.UrlExtensions.ToGetUrl C# (CSharp) Метод

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

public static ToGetUrl ( this requestDto ) : string
requestDto this
Результат string
        public static string ToGetUrl(this object requestDto)
        {
            return requestDto.ToUrl(HttpMethods.Get, formatFallbackToPredefinedRoute:"json");
        }