IFormCollection Interface
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa os valores de formulário analisados enviados com o 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))
- Derivado
- Implementações
Count |
Obtém o número de elementos contidos no IFormCollection. |
Files |
A coleção de arquivos enviada com a solicitação. |
Item[String] |
Obtém o valor com a chave especificada. |
Keys |
Obtém um ICollection<T> que contém as chaves do IFormCollection. |
Contains |
Determina se o IFormCollection contém um elemento com a chave especificada. |
Try |
Obtém o valor associado à chave especificada. |
Produto | Versões |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |