IFormCollection Interfejs

Definicja

Reprezentuje przeanalizowane wartości formularza wysyłane za pomocą żądania 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))
Pochodne
Implementuje

Właściwości

Count

Pobiera liczbę elementów zawartych w słowniku IFormCollection.

Files

Kolekcja plików wysłana z żądaniem.

Item[String]

Pobiera wartość z określonym kluczem.

Keys

Pobiera element ICollection<T> zawierający klucze elementu IFormCollection.

Metody

ContainsKey(String)

Określa, czy element IFormCollection zawiera element z określonym kluczem.

TryGetValue(String, StringValues)

Pobiera wartość skojarzoną z określonym kluczem.

Dotyczy