ApiControllerBaseEnsureFormFileMultipartContent Method

Ensures when form files are access the content is MIME multi-part which we want.

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 bool EnsureFormFileMultipartContent()

Return Value

Type: Boolean
Return if the content is multi-part; false otherwise.
See Also