IQueryCollection Interface

Définition

Représente la collection de chaînes de requête HttpRequest

public interface class IQueryCollection : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues>>
public interface IQueryCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues>>
type IQueryCollection = interface
    interface seq<KeyValuePair<string, StringValues>>
    interface IEnumerable
Public Interface IQueryCollection
Implements IEnumerable(Of KeyValuePair(Of String, StringValues))
Dérivé
Implémente

Propriétés

Count

Obtient le nombre d’éléments contenus dans le IQueryCollection.

Item[String]

Obtient la valeur avec la clé spécifiée.

Keys

Obtient un ICollection<T> contenant les clés de IQueryCollection.

Méthodes

ContainsKey(String)

Détermine si IQueryCollection contient un élément avec la clé spécifiée.

TryGetValue(String, StringValues)

Obtient la valeur associée à la clé spécifiée.

S’applique à