We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2e2b9 commit 7e57363Copy full SHA for 7e57363
src/Microsoft.AspNet.WebUtilities/FormReader.cs
@@ -165,7 +165,7 @@ private async Task BufferAsync(CancellationToken cancellationToken)
165
/// </summary>
166
/// <param name="text">The HTTP form body to parse.</param>
167
/// <returns>The collection containing the parsed HTTP form body.</returns>
168
- public static IDictionary<string, StringValues> ReadForm(string text)
+ public static Dictionary<string, StringValues> ReadForm(string text)
169
{
170
var reader = new FormReader(text);
171
0 commit comments