From 6ac245223143be1dbc9ed04ca83fe34448321732 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 13 Jan 2017 10:16:47 +0800 Subject: [PATCH] update xml doc --- src/Microsoft.AspNetCore.Http.Extensions/UriHelper.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.AspNetCore.Http.Extensions/UriHelper.cs b/src/Microsoft.AspNetCore.Http.Extensions/UriHelper.cs index 869a55f63d..8372e8bc4a 100644 --- a/src/Microsoft.AspNetCore.Http.Extensions/UriHelper.cs +++ b/src/Microsoft.AspNetCore.Http.Extensions/UriHelper.cs @@ -162,6 +162,7 @@ namespace Microsoft.AspNetCore.Http.Extensions /// and other HTTP operations. /// /// The request to assemble the uri pieces from. + /// Build relative url or not /// public static string GetEncodedUrl(this HttpRequest request,bool relative = false) {