IPostDataHasExcludedElements Property  | 
Version 108.4.130 
            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: 108.4.130.0 (108.4.130.0)
Syntaxbool HasExcludedElements { get; }property bool HasExcludedElements {
	bool get ();
}Property Value
Type: 
Boolean
See Also