Partilhar via


IClientRequestParametersProvider.GetClientParameters Método

Definição

Obtém valores de parâmetro para o cliente com a IDclientId do cliente.

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)

Parâmetros

context
HttpContext

O HttpContext atual.

clientId
String

A ID do cliente para o cliente.

Retornos

Um IDictionary<TKey,TValue> que contém os parâmetros do cliente e seus valores.

Aplica-se a