Click or drag to resize

PostDataFileData Property

Gets any uploaded file data passed as part of the multi-part form data.

Namespace: GSF.Web
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public List<HttpContent> FileData { get; }
View Source

Property Value

ListHttpContent
See Also