CefRequest Method Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public string Method { get; set; }

Property Value

Type: OnlineString
See Also