aspnet / HttpAbstractions

[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
382 stars 193 forks source link

Extension of the Microsoft.AspNetCore.HttpRequest class #1004

Closed dodu2014 closed 6 years ago

dodu2014 commented 6 years ago

This class extends the Microsoft.AspNetCore.HttpRequest class, adding functions to determine whether the HTTP request is AJAX request, and to query the key value of QueryString.

dnfclas commented 6 years ago

CLA assistant check
All CLA requirements met.