Click or drag to resize

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool HasExcludedElements { get; }

Property Value

Boolean
See Also