FormCollection.Files Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the files associated with the HTTP form.
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