Click or drag to resize
IPostDataElement Interface
Version 51.0.0

[Missing <summary> documentation for "T:CefSharp.IPostDataElement"]

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
public interface IPostDataElement : IDisposable

The IPostDataElement type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Gets or sets the bytes of this IPostDataElement.
Public propertyFile
Gets or sets the file name.
Public propertyIsReadOnly
Gets if the object is read-only.
Public propertyType
Gets the type of this IPostDataElement.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSetToEmpty
Remove all contents from the post data element.
Top
Extension Methods
  NameDescription
Public Extension MethodGetBody
Converts the Bytes property into a string using the specified charset (Encoding) or if unable to parse then uses the Default
(Defined by PostDataExtensions.)
Top
See Also