IFormFileCollection.Item[String] Eigenschaft

Definition

Ruft die erste Datei mit dem angegebenen Namen ab.

public:
 property Microsoft::AspNetCore::Http::IFormFile ^ default[System::String ^] { Microsoft::AspNetCore::Http::IFormFile ^ get(System::String ^ name); };
public Microsoft.AspNetCore.Http.IFormFile this[string name] { get; }
public Microsoft.AspNetCore.Http.IFormFile? this[string name] { get; }
member this.Item(string) : Microsoft.AspNetCore.Http.IFormFile
Default Public ReadOnly Property Item(name As String) As IFormFile

Parameter

name
String

Der Name der abzurufenden Datei.

Eigenschaftswert

Die angeforderte Datei oder NULL, wenn sie nicht vorhanden ist.

Gilt für: