Click here to Skip to main content
15,919,479 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi guys
Do you know how does Developer Tool(F12) works in IE?by working i mean how does it parses the pages?i noticed that it parses encoded pages like facebook correctlly and decodes all urls and everything!or any idea how does LinkWalker (a firefox add-on) works?i'm trying to make a small script to decode encrypted HTML source code!
any helpful link or idea is welcomed
Sorry if post was long
Tanx


Sorry it seems my question was confusing:
let me explain it this way
i search google with IE and my query is "book"
as always google displays some links as result but when i save the page it's a encoded file!i mean when i look for a individual link in the saved file i can't find it and i guess that's because it's encoded!but when i open Developer Tool
it dispays all the contents and specially links correctly!and here it is my question:
How does Developer Tool parses the page or how does it works that can decode all those lines of HTML code?
i also found a fire fox add on named LinkWalker that when you right click on any url it shows the link(also works on google search)! so do you have any idea how can i retrieve what i want from an encoded page like google or facebook or ...?
was i clear enough?
Tanx again
Posted
Updated 24-Aug-12 8:34am
v2
Comments
[no name] 24-Aug-12 14:09pm    
Being long is not problem but not being clear is kind of confusing.
Sergey Alexandrovich Kryukov 24-Aug-12 14:09pm    
Absolutely right.
--SA

1 solution

your real question is 'how to decrypt HTML in C#'.

HttpUtility.HtmlDecode[^] or WebUtility.HttpDecode[^]
 
Share this answer
 
Comments
khangaldi 24-Aug-12 15:02pm    
thank you very much!i was really helpfull

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900