Any .NET examples for Yahoo Query Language (YQL)?

后端 未结 4 1733
南旧
南旧 2021-02-04 10:41

I\'d like to make some simple calls to Yahoo Query Language (YQL). Has anyone implemented this in .NET?

Here is the query I\'d like to make from .NET:

se         


        
4条回答
  •  礼貌的吻别
    2021-02-04 10:53

    To access the YQL Web Service, a Web application can call HTTP GET, passing the YQL statement as a URL parameter...

    Then WebRequest would be your friend. You can find tons of information how to make GET calls to a webservice on the net.

    Or are you talking about a LINQ-Provider?

提交回复
热议问题