Click or drag to resize

IPostDataHasExcludedElements Property

Version 75.1.140
Returns true if the underlying POST data includes elements that are not represented by this IPostData object (for example, multi-part file upload data). Modifying IPostData objects with excluded elements may result in the request failing.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
bool HasExcludedElements { get; }

Property Value

Type: Boolean
See Also