Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How not refresh parameter
#2
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.
Reply


Messages In This Thread
How not refresh parameter - by matija - 03-28-2023, 07:45 AM
RE: How not refresh parameter - by Alexandre Machado - 04-10-2023, 12:27 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)