ApiControllerBase.RequestFirstFormFile 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 (25.2.0.1000)
Syntaxprotected Tuple<string, Stream>? RequestFirstFormFile()
Protected Function RequestFirstFormFile As Tuple(Of String, Stream)
protected:
Tuple<String^, Stream^>^ RequestFirstFormFile()
member RequestFirstFormFile : unit -> Tuple<string, Stream>
Return Value
Type:
Tuple<String,
Stream>The first form file from the request.
See Also