I'm using mgt-people-picker
from within an ASP.Net Razor application, using a ProxyController
to get all the data from the Graph API.
Everything is working fine.
Now I want to get the infos from a Form I've created, containing a people list, from the mgt-people-picker
element :
From my ASP.NET backend, once the form is submitted; I have all the info from my inputs, except the mgt-people-picker
element.
Anyone knows a simple solution to get the list of people form the input text, issued during the POST action ?
Or should we use a javascript trick ?