Search Results

1
vote

How do you htmlencode using html agility pack?

You would need to remove the node representing the element you don't want. The encoded HTML would then need to be re-added as a text node. If you don't want to process the children of the e …