gpt4 book ai didi

c# - Windows 应用商店应用程序的 NSoup 替代品

转载 作者:太空宇宙 更新时间:2023-11-03 11:13:33 25 4
gpt4 key购买 nike

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 Agility Pack .

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

关于c# - Windows 应用商店应用程序的 NSoup 替代品,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13324777/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com