标签: c# xmlreader
我想使用XMLReader从HTML代码中读取内容。
我使用此行跳转到所需的值:
reader.ReadToFollowing("type=""hidden"" name=""key"" value");
但这会引发错误错误。如何逃避此行中的引号?