IRequestCookieCollection Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente la collection de cookies HttpRequest
public interface class IRequestCookieCollection : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>>
public interface IRequestCookieCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>
type IRequestCookieCollection = interface
interface seq<KeyValuePair<string, string>>
interface IEnumerable
Public Interface IRequestCookieCollection
Implements IEnumerable(Of KeyValuePair(Of String, String))
- Implémente
Propriétés
Count |
Obtient le nombre d’éléments contenus dans le IRequestCookieCollection. |
Item[String] |
Obtient la valeur avec la clé spécifiée. |
Keys |
Obtient un ICollection<T> contenant les clés de IRequestCookieCollection. |
Méthodes
ContainsKey(String) |
Détermine si IRequestCookieCollection contient un élément avec la clé spécifiée. |
TryGetValue(String, String) |
Obtient la valeur associée à la clé spécifiée. |