Tag: HTML

  • Five common mistakes for ASP.NET (MVC) accesing resources : css,js,images,ajax

    To have once for all the link to show to people,because too much makes the same error again and again. (From here – you can use ResolveUrl or Url.Content – it’s the same for me. I use ResolveUrl because I used first …) Case 1 The image does not display Please check you have the…

  • Html Agility Pack

    This is the ultimate reference of reading web pages. IF you want to do it yourself,you can try with WebRequest,http://msdn.microsoft.com/en-us/library/system.net.webrequest.aspx . But not all HTML is an XML – so you must find a method to parse. But am I the only one ?No – so I found the  HTML Agility Pack,http://www.codeplex.com/htmlagilitypack,that knows how to…