Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to validate the Microsoft MVP profile link is valid or not using C#?

How to validate the Microsoft MVP profile link is valid or not (is that profile is existing or not) using c# or javascript.

Microsoft MVP profile links samples :

  • https://mvp.microsoft.com/es-es/PublicProfile/xxxxxxx
  • https://insider.windows.com/en-gb/MVPs/xxxxxxx
  • https://mvp.microsoft.com/zh-tw/PublicProfile/xxxxxxx
  • https://mvp.microsoft.com/en-us/PublicProfile/xxxxxxx?fullName=xxxxxx%20%20xxxxxxx
  • https://mvp.microsoft.com/it-it/PublicProfile/xxxxxxx?fullName=xxxxx%20%20xxxxx

Please any one given solution for this.

like image 335
Mohanraj Periyannan Avatar asked May 06 '20 08:05

Mohanraj Periyannan


1 Answers

According to my little research there is an api developer portal. If there is a proper api for your requirements, you can retrieve information via ajax request.

like image 190
ümit Altuntaş Avatar answered Oct 11 '22 23:10

ümit Altuntaş