Fixing QueryCollection property documentation (#20044)

* Fixing QueryCollection property documentation

* Update src/Http/Http/src/QueryCollection.cs

Co-Authored-By: Chris Ross <Tratcher@Outlook.com>

Co-authored-by: Sourabh Shirhatti <shirhatti@outlook.com>
Co-authored-by: Chris Ross <Tratcher@Outlook.com>
This commit is contained in:
Sébastien Ros 2020-04-15 15:28:43 -07:00 committed by GitHub
parent ed6ca53521
commit b243ae1615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ namespace Microsoft.AspNetCore.Http
}
/// <summary>
/// Get or sets the associated value from the collection as a single string.
/// Gets the associated set of values from the collection.
/// </summary>
/// <param name="key">The key name.</param>
/// <returns>the associated value from the collection as a StringValues or StringValues.Empty if the key is not present.</returns>