FormFileCollection Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Implementasi default .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)
- Warisan
- Penerapan
Konstruktor
FormFileCollection() |
Implementasi default .IFormFileCollection |
Properti
Item[String] |
Mendapatkan file pertama dengan nama yang ditentukan. |
Metode
GetFile(String) |
Mendapatkan file pertama dengan nama yang ditentukan. |
GetFiles(String) |
Mendapatkan yang IReadOnlyList<T> berisi file IFormFileCollection dengan nama yang ditentukan. |