The inner html is an integral part of the tag, that's why the inner html is also getting deleted.
What you need to do is replace the <tbody> tag by the inner html of <tbody>, in your case, something like this (i did not check if this code works, but you get the idea):
Post a Comment for "How To Delete A Html Tag Alone But Not Inner Html Or Children Tag Using Htmlagilitypack?"