IFormCollection Rozhraní

Definice

Představuje analyzované hodnoty formuláře odeslané pomocí HttpRequest.

public interface class IFormCollection : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues>>
public interface IFormCollection : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues>>
type IFormCollection = interface
    interface seq<KeyValuePair<string, StringValues>>
    interface IEnumerable
Public Interface IFormCollection
Implements IEnumerable(Of KeyValuePair(Of String, StringValues))
Odvozené
Implementuje

Vlastnosti

Count

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

Files

Kolekce souborů se odeslala spolu s požadavkem.

Item[String]

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

Keys

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

Metody

ContainsKey(String)

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

TryGetValue(String, StringValues)

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

Platí pro