C# Windows应用商店应用程序NSoup的替代方案

C# Windows应用商店应用程序NSoup的替代方案,c#,.net,windows-8,jsoup,windows-store-apps,C#,.net,Windows 8,Jsoup,Windows Store Apps,对于Windows应用商店应用程序,是否有NSoup的替代方案 我无法发布我的应用程序,因为它未通过认证,原因如下: 发现错误:受支持的API测试检测到以下错误: API System.ICloneable in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API. API System.IO.FileStream in MSC

对于Windows应用商店应用程序,是否有NSoup的替代方案

我无法发布我的应用程序,因为它未通过认证,原因如下:

发现错误:受支持的API测试检测到以下错误:

API System.ICloneable in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.IO.FileStream in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.UriFormatException in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Collections.Specialized.NameValueCollection in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Collections.Specialized.NameObjectCollectionBase in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Collections.Specialized.NameObjectCollectionBase.KeysCollection in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Web.HttpUtility in SYSTEM.WEB, PUBLICKEYTOKEN=B03F5F7F11D50A3A is not supported for this application type. NSoup.dll calls this API.
API System.String.Format(System.String,System.Object) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.String.Format(System.String,System.Object,System.Object) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Uri.UriSchemeFile in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Uri.UriSchemeFtp in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Uri.UriSchemeGopher in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Uri.UriSchemeHttp in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Uri.UriSchemeHttps in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Uri.UriSchemeMailto in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Uri.UriSchemeNetPipe in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Uri.UriSchemeNetTcp in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Uri.UriSchemeNews in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Uri.UriSchemeNntp in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.UriFormatException.#ctor(System.String) in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.IO.FileStream.get_Name in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Text.StringBuilder.AppendFormat(System.String,System.Object) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.String.Compare(System.String,System.String,System.Boolean) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Net.WebRequest.GetRequestStream in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Net.WebRequest.GetResponse in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Text.Encoding.GetString(System.Byte[]) in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Net.HttpWebRequest.set_AllowAutoRedirect(System.Boolean) in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Net.WebRequest.set_Timeout(System.Int32) in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Net.HttpWebRequest.set_ReadWriteTimeout(System.Int32) in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Net.WebHeaderCollection.Add(System.Net.HttpRequestHeader,System.String) in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Net.HttpWebRequest.set_Referer(System.String) in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Net.HttpWebRequest.set_UserAgent(System.String) in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Collections.Specialized.NameValueCollection.Add(System.String,System.String) in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Collections.Specialized.NameObjectCollectionBase.get_Keys in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.GetEnumerator in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Collections.Specialized.NameValueCollection.get_Item(System.String) in SYSTEM, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls this API.
API System.Web.HttpUtility.UrlEncode(System.String,System.Text.Encoding) in SYSTEM.WEB, PUBLICKEYTOKEN=B03F5F7F11D50A3A is not supported for this application type. NSoup.dll calls this API.
API System.IO.Stream.Close in MSCORLIB, PUBLICKEYTOKEN=B77A5C561934E089 is not supported for this application type. NSoup.dll calls t
他的API。

试试

这是一个可爱的HTML解析器,通常推荐使用它。它将采用格式错误的HTML并将其转换为XHTML,然后转换为可遍历的DOM,如XML类。因此,它对于您在野外找到的代码非常有用