CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 118.6.80.0 (118.6.80.0)
Syntaxpublic class LoadHandler : LoadHandler
public ref class LoadHandler : public LoadHandler
The LoadHandler type exposes the following members.
Constructors Name Description LoadHandlerInitializes a new instance of the LoadHandler class
Top Methods Name Description EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object.) FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) GetHashCodeServes as the default hash function.
(Inherited from Object.) GetTypeGets the
Typeof the current instance.
(Inherited from Object.) MemberwiseCloneCreates a shallow copy of the current
Object.
(Inherited from Object.) OnFrameLoadEndCalled when the browser is done loading a frame. The
Framevalue will never be empty Check the
IsMainmethod to see if this frame is the main frame. Multiple frames may be loading at the same time. Sub-frames may start or continue loading after the main frame load has ended. This method will always be called for all frames irrespective of whether the request completes successfully. This method will be called on the CEF UI thread. Blocking this thread will likely cause your UI to become unresponsive and/or hang.
(Overrides LoadHandlerOnFrameLoadEnd(IWebBrowser, FrameLoadEndEventArgs).) OnFrameLoadStartCalled when the browser begins loading a frame. The
Framevalue will never be empty Check the
IsMainmethod to see if this frame is the main frame. Multiple frames may be loading at the same time. Sub-frames may start or continue loading after the main frame load has ended. This method may not be called for a particular frame if the load request for that frame fails. For notification of overall browser load status use
OnLoadingStateChange(IWebBrowser, LoadingStateChangedEventArgs)instead. This method will be called on the CEF UI thread. Blocking this thread will likely cause your UI to become unresponsive and/or hang.
(Overrides LoadHandlerOnFrameLoadStart(IWebBrowser, FrameLoadStartEventArgs).) OnLoadErrorCalled when the resource load for a navigation fails or is canceled.
ErrorCodeis the error code number,
ErrorTextis the error text and
FailedUrlis the URL that failed to load. See net\base\net_error_list.h for complete descriptions of the error codes. This method will be called on the CEF UI thread. Blocking this thread will likely cause your UI to become unresponsive and/or hang.
(Overrides LoadHandlerOnLoadError(IWebBrowser, LoadErrorEventArgs).) OnLoadingStateChangeCalled when the loading state has changed. This callback will be executed twice once when loading is initiated either programmatically or by user action, and once when loading is terminated due to completion, cancellation of failure. This method will be called on the CEF UI thread. Blocking this thread will likely cause your UI to become unresponsive and/or hang.
(Overrides LoadHandlerOnLoadingStateChange(IWebBrowser, LoadingStateChangedEventArgs).) ToStringReturns a string that represents the current object.
(Inherited from Object.) Top See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4