QueryCollection Classe
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.
Collection de chaînes de requête HttpRequest
public ref class QueryCollection : Microsoft::AspNetCore::Http::IQueryCollection, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues>>
public class QueryCollection : Microsoft.AspNetCore.Http.IQueryCollection, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues>>
type QueryCollection = class
interface IQueryCollection
interface seq<KeyValuePair<string, StringValues>>
interface IEnumerable
Public Class QueryCollection
Implements IEnumerable(Of KeyValuePair(Of String, StringValues)), IQueryCollection
- Héritage
-
QueryCollection
- Implémente
Constructeurs
QueryCollection() |
Initialise une nouvelle instance de QueryCollection. |
QueryCollection(Dictionary<String,StringValues>) |
Initialise une nouvelle instance de QueryCollection. |
QueryCollection(Int32) |
Initialise une nouvelle instance de QueryCollection. |
QueryCollection(QueryCollection) |
Crée une copie superficielle du spécifié |
Champs
Empty |
Obtient un objet QueryCollection vide. |
Propriétés
Count |
Obtient le nombre d’éléments contenus dans ; QueryCollection. |
Item[String] |
Obtient l’ensemble de valeurs associé de la collection. |
Keys |
Obtient la collection de noms de requête dans cette instance. |
Méthodes
ContainsKey(String) |
Détermine si QueryCollection contient une clé spécifique. |
GetEnumerator() |
Retourne un énumérateur qui itère au sein d’une collection. |
TryGetValue(String, StringValues) |
Récupère une valeur de la collection. |
Implémentations d’interfaces explicites
IEnumerable.GetEnumerator() |
Retourne un énumérateur qui itère au sein d’une collection. |
IEnumerable<KeyValuePair<String,StringValues>>.GetEnumerator() |
Retourne un énumérateur qui itère au sein d’une collection. |