다음을 통해 공유


IClientRequestParametersProvider.GetClientParameters 메서드

정의

클라이언트 ID가 있는 클라이언트의 매개 변수 값을 가져옵니다clientId.

public:
 System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ GetClientParameters(Microsoft::AspNetCore::Http::HttpContext ^ context, System::String ^ clientId);
public System.Collections.Generic.IDictionary<string,string> GetClientParameters (Microsoft.AspNetCore.Http.HttpContext context, string clientId);
abstract member GetClientParameters : Microsoft.AspNetCore.Http.HttpContext * string -> System.Collections.Generic.IDictionary<string, string>
Public Function GetClientParameters (context As HttpContext, clientId As String) As IDictionary(Of String, String)

매개 변수

context
HttpContext

현재 HttpContext입니다.

clientId
String

클라이언트의 클라이언트 ID입니다.

반환

IDictionary<TKey,TValue> 클라이언트 매개 변수 및 해당 값을 포함하는 입니다.

적용 대상