Regex.Replace(
"<!--(.|[\r\n])*?-->"
,
string
.Empty)
正则表达式过滤html注释内容
原文:https://www.cnblogs.com/lonelyxmas/p/12339783.html