IFormCollection.Files Property

Definition

The file collection sent with the request.

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

Property Value

The files included with the request.

Applies to