[This is preliminary documentation and is subject to change.]
Call from CefRequestHandler::OnBeforeBrowse only if the navigation is
allowed to proceed. If |frame| is the main frame then any pending queries
associated with |browser| will be canceled and Handler::OnQueryCanceled
will be called. No JavaScript callbacks will be executed since this
indicates destruction of the context.
Namespace: Xilium.CefGlue.WrapperAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- browser
- Type: Xilium.CefGlue CefBrowser
[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.OnBeforeBrowse(Xilium.CefGlue.CefBrowser,Xilium.CefGlue.CefFrame)"]
- frame
- Type: Xilium.CefGlue CefFrame
[Missing <param name="frame"/> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.OnBeforeBrowse(Xilium.CefGlue.CefBrowser,Xilium.CefGlue.CefFrame)"]
See Also