MultipartFormData.has

Determines if this form-data has an element with the given name. This is case-sensitive. Note that there may be more than one element with a given name.

struct MultipartFormData
const
bool
has
()

Parameters

elementName string

The name of the element to search for.

Return Value

Type: bool

True if this form-data has such an element.