IWebAuthenticatorResponseDecoder.DecodeResponse(Uri) 方法

定义

将给定的 URI 查询字符串解码为字典。

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)

参数

uri
Uri

Uri 从中解码查询参数的对象。

返回

一个 IDictionary<TKey,TValue> 对象,其中 的每个查询参数值 uri 都可以通过其各自的键进行访问。

适用于