IFormFileCollection Interface
Definição
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 a coleção de arquivos enviados com o HttpRequest.
public interface class IFormFileCollection : System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Http::IFormFile ^>, System::Collections::Generic::IReadOnlyCollection<Microsoft::AspNetCore::Http::IFormFile ^>, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::IFormFile ^>
public interface IFormFileCollection : System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Http.IFormFile>, System.Collections.Generic.IReadOnlyCollection<Microsoft.AspNetCore.Http.IFormFile>, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.IFormFile>
type IFormFileCollection = interface
interface IReadOnlyList<IFormFile>
interface seq<IFormFile>
interface IEnumerable
interface IReadOnlyCollection<IFormFile>
type IFormFileCollection = interface
interface seq<IFormFile>
interface IEnumerable
interface IReadOnlyCollection<IFormFile>
interface IReadOnlyList<IFormFile>
Public Interface IFormFileCollection
Implements IEnumerable(Of IFormFile), IReadOnlyCollection(Of IFormFile), IReadOnlyList(Of IFormFile)
- Derivado
- Implementações
Propriedades
Item[String] |
Obtém o primeiro arquivo com o nome especificado. |
Métodos
GetFile(String) |
Obtém o primeiro arquivo com o nome especificado. |
GetFiles(String) |
Obtém um IReadOnlyList<T> que contém os arquivos do IFormFileCollection com o nome especificado. |