FormFileCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default implementation of IFormFileCollection.
public ref class FormFileCollection : System::Collections::Generic::List<Microsoft::AspNetCore::Http::IFormFile ^>, Microsoft::AspNetCore::Http::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 class FormFileCollection : System.Collections.Generic.List<Microsoft.AspNetCore.Http.IFormFile>, Microsoft.AspNetCore.Http.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 FormFileCollection = class
inherit List<IFormFile>
interface IFormFileCollection
interface seq<IFormFile>
interface IEnumerable
interface IReadOnlyCollection<IFormFile>
interface IReadOnlyList<IFormFile>
type FormFileCollection = class
inherit List<IFormFile>
interface IFormFileCollection
interface IReadOnlyList<IFormFile>
interface seq<IFormFile>
interface IEnumerable
interface IReadOnlyCollection<IFormFile>
Public Class FormFileCollection
Inherits List(Of IFormFile)
Implements IEnumerable(Of IFormFile), IFormFileCollection, IReadOnlyCollection(Of IFormFile), IReadOnlyList(Of IFormFile)
- Inheritance
- Implements
Constructors
FormFileCollection() |
Properties
Item[String] |
Gets the first file with the specified name. |
Methods
GetFile(String) |
Gets the first file with the specified name. |
GetFiles(String) |
Gets an IReadOnlyList<T> containing the files of the IFormFileCollection with the specified name. |