ResourceHandlerErrorCode Property |
Version 130.1.90
If the ErrorCode is set then the response will be ignored and
the errorCode returned.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public CefErrorCode? ErrorCode { get; set; }
public:
property Nullable<CefErrorCode> ErrorCode {
Nullable<CefErrorCode> get ();
void set (Nullable<CefErrorCode> value);
}
Property Value
NullableCefErrorCodeSee Also