04-10-2023, 12:27 AM
(This post was last modified: 04-17-2023, 12:31 AM by Alexandre Machado.)
RunParams is a property that is only set once when the session starts. If you want to read any URL parameter received in any request at any time use
WebApplication.Request.Params property.
On the other hand, if you use WebApplication.RunParams property, you will get the parameters that were sent to IW application when that specific session started, if any.
WebApplication.Request.Params property.
On the other hand, if you use WebApplication.RunParams property, you will get the parameters that were sent to IW application when that specific session started, if any.