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)
{