Sdílet prostřednictvím


QueryCollection Třída

Definice

Kolekce řetězců dotazu 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
Dědičnost
QueryCollection
Implementuje

Konstruktory

QueryCollection()

Inicializuje novou instanci objektu QueryCollection.

QueryCollection(Dictionary<String,StringValues>)

Inicializuje novou instanci objektu QueryCollection.

QueryCollection(Int32)

Inicializuje novou instanci objektu QueryCollection.

QueryCollection(QueryCollection)

Vytvoří mělkou kopii zadaného storesouboru .

Pole

Empty

Získá prázdnou QueryCollectionhodnotu .

Vlastnosti

Count

Získá počet prvků obsažených v objektu QueryCollection;.

Item[String]

Získá přidruženou sadu hodnot z kolekce.

Keys

Získá kolekci názvů dotazů v této instanci.

Metody

ContainsKey(String)

Určuje, zda obsahuje QueryCollection konkrétní klíč.

GetEnumerator()

Vrací enumerátor procházející kolekci.

TryGetValue(String, StringValues)

Načte hodnotu z kolekce.

Explicitní implementace rozhraní

IEnumerable.GetEnumerator()

Vrací enumerátor procházející kolekci.

IEnumerable<KeyValuePair<String,StringValues>>.GetEnumerator()

Vrací enumerátor procházející kolekci.

Platí pro