Share via


IWebAuthenticatorResponseDecoder.DecodeResponse(Uri) Method

Definition

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

uri
Uri

The Uri object to decode the query parameters from.

Returns

A IDictionary<TKey,TValue> object where each of the query parameters values of uri are accessible through their respective keys.

Applies to