Click or drag to resize

CefRequestMethod Property

Gets or sets the request method type. The value will default to POST if post data is provided and GET otherwise.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public string Method { get; set; }

Property Value

String
See Also