You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, request parameters are obtained in HttpMessage.cs from the query string using .NET Core's HttpRequest.Query property. Parameters should also be obtained from other sources, such as Forms and Cookies (see .NET Framework's HttpRequest.Params property)
The text was updated successfully, but these errors were encountered:
Currently, request parameters are obtained in
HttpMessage.cs
from the query string using .NET Core'sHttpRequest.Query
property. Parameters should also be obtained from other sources, such as Forms and Cookies (see .NET Framework'sHttpRequest.Params
property)The text was updated successfully, but these errors were encountered: