Langue

IRSRequestContext.Cookies Propriété

Définition

Il obtient la collection de cookies pour cette demande.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Cookies { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Cookies { get; }
member this.Cookies : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Cookies As IDictionary(Of String, String)

Valeur de propriété

La collecte de cookies pour cette demande.

S’applique à