IFormCollection.Files Eigenschaft

Definition

Die dateisammlung, die mit der Anforderung gesendet wurde.

public:
 property Microsoft::AspNetCore::Http::IFormFileCollection ^ Files { Microsoft::AspNetCore::Http::IFormFileCollection ^ get(); };
public Microsoft.AspNetCore.Http.IFormFileCollection Files { get; }
member this.Files : Microsoft.AspNetCore.Http.IFormFileCollection
Public ReadOnly Property Files As IFormFileCollection

Eigenschaftswert

Die in der Anforderung enthaltenen Dateien.

Gilt für: