|
-
Jan 24th, 2013, 09:46 AM
#4
Hyperactive Member
Re: Use HttpWebResponse To Get Form Value
You can either use the Html Agility Pack which allows the document to be parsed and read.
Your other option is to use Regular Expressions to parse the response for what you need. You can use @"<input(.|\n)+?>" to start off with as the pattern. I'm really bad at RegEx so maybe someone else will be more help or you can find what you need from a google search.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|