IWebAuthenticatorResponseDecoder.DecodeResponse(Uri) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 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)
參數
傳回
IDictionary<TKey,TValue>物件,其中每個查詢參數值uri
都可以透過其各自的索引鍵來存取。