次の方法で共有


FormFileCollection.GetFiles(String) メソッド

定義

IReadOnlyList<T>指定した名前の のファイルをIFormFileCollection含む を取得します。

public:
 virtual System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Http::IFormFile ^> ^ GetFiles(System::String ^ name);
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.IFormFile> GetFiles (string name);
abstract member GetFiles : string -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.IFormFile>
override this.GetFiles : string -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Http.IFormFile>
Public Function GetFiles (name As String) As IReadOnlyList(Of IFormFile)

パラメーター

name
String

取得するファイルの名前。

戻り値

IReadOnlyList<T>を実装する オブジェクトのファイルを格納している IFormFileCollection

実装

適用対象