IQueryCollection Rozhraní

Definice

Představuje kolekci řetězců dotazu 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))
Odvozené
Implementuje

Vlastnosti

Count

Získá počet elementů obsažených v objektu IQueryCollection.

Item[String]

Získá hodnotu se zadaným klíčem.

Keys

Získá obsahující ICollection<T> klíče .IQueryCollection

Metody

ContainsKey(String)

Určuje, zda IQueryCollection obsahuje prvek se zadaným klíčem.

TryGetValue(String, StringValues)

Získá hodnotu přidruženou k zadanému klíči.

Platí pro