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

Return Value

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