ApiControllerBase.EnsureFormFileMultipartContent 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)
Syntaxprotected bool EnsureFormFileMultipartContent()
Protected Function EnsureFormFileMultipartContent As Boolean
protected:
bool EnsureFormFileMultipartContent()
member EnsureFormFileMultipartContent : unit -> bool
Return Value
Type:
BooleanReturn
true if the content is multi-part;
false false otherwise.
See Also