When to use request.params

  • Thread starter Thread starter Chris Leffer
  • Start date Start date
C

Chris Leffer

Hi.

Is there any significant difference between request.form and
request.params? Can I use request.params in any place where I used
request.form in old asp?

Regards,

Chris Leffer
 
if you have access to the response object you can use any method it exposes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top