Hello,
I am trying to implement a solution where I want to change the image URL and CSS src before I send the HTML page back to client. I am doing this in C#.(Basically instead of pointing image url to server I want to point them to CDN)
I have almost implemented the solution but when I use load the HTML using Agility pack. I am seeing few weird things.
Thanks in advance.
I am trying to implement a solution where I want to change the image URL and CSS src before I send the HTML page back to client. I am doing this in C#.(Basically instead of pointing image url to server I want to point them to CDN)
I have almost implemented the solution but when I use load the HTML using Agility pack. I am seeing few weird things.
- It closes the form tag right way even though the HTML is properly formatted.
-
Option tag within Select are also not rendered correctly.
Thanks in advance.