FormFileCollection Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Standardimplementierung von 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)
- Vererbung
- Implementiert
Konstruktoren
FormFileCollection() |
Die Standardimplementierung von IFormFileCollection. |
Eigenschaften
Item[String] |
Ruft die erste Datei mit dem angegebenen Namen ab. |
Methoden
GetFile(String) |
Ruft die erste Datei mit dem angegebenen Namen ab. |
GetFiles(String) |
Ruft einen IReadOnlyList<T> ab, der die Dateien des IFormFileCollection mit dem angegebenen Namen enthält. |