ApiControllerBaseRequestFirstFormFile Method

Retrieves the first form file from the request.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
protected Tuple<string, Stream> RequestFirstFormFile()

Return Value

Type: TupleString, Stream
The first form file from the request.
See Also