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:
parent
ed6ca53521
commit
b243ae1615
|
|
@ -43,7 +43,7 @@ namespace Microsoft.AspNetCore.Http
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Get or sets the associated value from the collection as a single string.
|
/// Gets the associated set of values from the collection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="key">The key name.</param>
|
/// <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>
|
/// <returns>the associated value from the collection as a StringValues or StringValues.Empty if the key is not present.</returns>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue