IWebAuthenticatorResponseDecoder.DecodeResponse(Uri) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decodes the given URIs query string into a dictionary.
public:
System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ DecodeResponse(Uri ^ uri);
public System.Collections.Generic.IDictionary<string,string>? DecodeResponse(Uri uri);
abstract member DecodeResponse : Uri -> System.Collections.Generic.IDictionary<string, string>
Public Function DecodeResponse (uri As Uri) As IDictionary(Of String, String)
Parameters
Returns
A IDictionary<TKey,TValue> object where each of the query parameters values of uri are accessible through their respective keys.