tagged [html-parsing]
Parsing html with the HTML Agility Pack and Linq
Parsing html with the HTML Agility Pack and Linq I have the following HTML The information I have is the name => so "Test1" & "Test2". What
- Modified
- 6 Jan at 16:53
Interacting with web pages in C#
Interacting with web pages in C# There is a website that was created using ColdFusion (not sure if this matters or not). I need to interact with this web site. The main things I need to do are navigat...
- Modified
- 27 Feb at 20:46
Selenium - Get elements html rather Text Value
Selenium - Get elements html rather Text Value Via that code i have extracted all desired text out of a html document ``` private void RunThroughSearch(string url) { private IWebDriver driver; dri...
- Modified
- 31 May at 16:58
HTML Agility pack: parsing an href tag
HTML Agility pack: parsing an href tag How would I effectively parse the href attribute value from this : ``` 7 D. Kulikov D 0 0
- Modified
- 13 Dec at 23:34
Read a HTML file into a string variable in memory
Read a HTML file into a string variable in memory If I have a HTML file on disk, How can I read it all at once in to a String variable at run time? Then I need to do some processing on that string var...
- Modified
- 12 Apr at 09:35
HTML Agility Pack strip tags NOT IN whitelist
HTML Agility Pack strip tags NOT IN whitelist I'm trying to create a function which removes html tags and attributes which are not in a white list. I have the following HTML: I am using HTML agility ...
- Modified
- 4 Apr at 19:18
ItextSharp Error on trying to parse html for pdf conversion
ItextSharp Error on trying to parse html for pdf conversion I was using the ItextSharp module to convert the below listed html in to a pdf page. ``` mmammar Click to View Pricing
- Modified
- 4 Mar at 06:34