Using HttpRequest.Item property
I’m currently in the last part of my military service and don’t have much time to work or blog. However I could answer some Stack Overflow questions. One of them was the question if it is a good practice to use the HttpRequest.Item property instead of HttpRequest.Form or HttpRequest.QueryString. When you want to get a query string value, you can get this from the property of the current http request object. If you want to get a posted form value, via the collection. Exactly the same is…