Sdílet prostřednictvím


FormCollection Třída

Definice

Obsahuje analyzované hodnoty formuláře HTTP.

public ref class FormCollection : Microsoft::AspNetCore::Http::IFormCollection, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, Microsoft::Extensions::Primitives::StringValues>>
public class FormCollection : Microsoft.AspNetCore.Http.IFormCollection, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.Extensions.Primitives.StringValues>>
type FormCollection = class
    interface IFormCollection
    interface seq<KeyValuePair<string, StringValues>>
    interface IEnumerable
Public Class FormCollection
Implements IEnumerable(Of KeyValuePair(Of String, StringValues)), IFormCollection
Dědičnost
FormCollection
Implementuje

Konstruktory

FormCollection(Dictionary<String,StringValues>, IFormFileCollection)

Inicializuje novou instanci objektu FormCollection.

Pole

Empty

Prázdný FormCollectionobjekt .

Vlastnosti

Count

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

Files

Získá soubory přidružené k formuláři HTTP.

Item[String]

Získejte nebo nastaví přidruženou hodnotu z kolekce jako jeden řetězec.

Keys

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

Metody

ContainsKey(String)

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

GetEnumerator()

Vrátí výčet struktury, který iteruje kolekci bez balení a používá se také prostřednictvím IFormCollection rozhraní.

TryGetValue(String, StringValues)

Načte hodnotu ze slovníku.

Explicitní implementace rozhraní

IEnumerable.GetEnumerator()

Vrátí enumerátor, který iteruje kolekci, pole v neprázdné cestě.

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

Vrátí enumerátor, který iteruje kolekci, pole v neprázdné cestě.

Platí pro