dotnet / dotnet/systemweb-adapters
HttpRequest.Params doesn't return the values like framework did
Open
up for grabs
- Dominant language
- C#
- Stars
- 384
- Forks
- 76
- Avg merge
- 2h 24m
- Merged PRs (30d)
- 1
Description
The only incompatibility still now is that Params apparently returns a combined collection of QueryString, Form, Cookies, and ServerVariables items. Unlike the indexer, which returns the first item found from those collections.
I'm unsure how I can accomplish that in an efficient way.
_Originally posted by @sdekock in https://github.com/dotnet/systemweb-adapters/issues/310#issuecomment-1479776444_
Contributor guide
Assessment
This issue has not been assessed yet.