IRequestCookieCollection.Item[String] Propriedade

Definição

Obtém o valor com a chave especificada.

public:
 property System::String ^ default[System::String ^] { System::String ^ get(System::String ^ key); };
public string this[string key] { get; }
public string? this[string key] { get; }
member this.Item(string) : string
Default Public ReadOnly Property Item(key As String) As String

Parâmetros

key
String

A chave do valor a ser obtido.

Valor da propriedade

O elemento com a chave especificada ou null se a chave não estiver presente.

Exceções

key é nulo.

Comentários

IRequestCookieCollection tem um contrato de indexador diferente de IDictionary<TKey,TValue>, pois retornará null para entradas ausentes em vez de gerar uma Exceção.

Aplica-se a