CefPostDataHasExcludedElements Property |
Returns true if the underlying POST data includes elements that are not
represented by this CefPostData object (for example, multi-part file upload
data). Modifying CefPostData objects with excluded elements may result in
the request failing.
Namespace:
Internal.Xilium.CefGlue
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public bool HasExcludedElements { get; }
Property Value
Type:
BooleanSee Also