update xml doc

This commit is contained in:
john 2017-01-13 10:16:47 +08:00 committed by Chris R
parent 51f6415ea1
commit 6ac2452231
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ namespace Microsoft.AspNetCore.Http.Extensions
/// and other HTTP operations.
/// </summary>
/// <param name="request">The request to assemble the uri pieces from.</param>
/// <param name="relative">Build relative url or not </param>
/// <returns></returns>
public static string GetEncodedUrl(this HttpRequest request,bool relative = false)
{