다음을 통해 공유


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 이 해당 키를 통해 액세스할 수 있는 개체입니다.

적용 대상