How to know http method from a webbrowser?

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi, I'd like to know current webbrowser's method ( get or post), how
can I know? I looked for a long time, but I still have no idea. who
can help?

Regards
 
Hi, I'd like to know current webbrowser's method ( get or post), how
can I know? I looked for a long time, but I still have no idea. who
can help?

Regards

In an ASP Page/Control?

Use the
Page.Request.HttpMethod
property.
 

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