I'm working on a new project to get the movie name and poster to my form in label1 and 2 if i press on button1. I'm really confused about this how I should do this. Should I rather do it with a regex or with a HtmlElementCollection?
This is a part of the code on the website:
<div class="poster"> <a href="http://ia.media-imdb.com/images/M/[email protected]@._V1_SX320.jpg" width="" height=""> <img src="http://ia.media-imdb.com/images/M/[email protected]@._V1_SX81.jpg" width="" height=""></a> </div> <div class="mainInfo"> <h1>Avatar (2009)</h1> <p>Enter the World</p> <span class="trailer button-1 primary" data-link-text="Watch trailer" data-trailer-id="vi531039513"> </span> </div>
KFredje