how to know which Image has been requested C#,ASP.Net

后端 未结 4 1872
遥遥无期
遥遥无期 2021-01-28 12:09

I am developing a web app. which will generate a random link pointing to an image on my server. something like -http://dummy.com/Images/Image1.jpg?id=19234

Here this lin

4条回答
  •  攒了一身酷
    2021-01-28 12:49

    Is this as simple as Googling? Search for

    link:http://dummy.com/Images/Image1.jpg?id=19234
    

    If you want to do this programmatically, you'll need to use the Google API.

提交回复
热议问题