共用方式為


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都可以透過其各自的索引鍵來存取。

適用於