CefMessageRouterBrowserSide Callback Success Method Xilium.CefGlue

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

Notify the associated JavaScript onSuccess callback that the query has completed successfully with the specified |response|.

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

public void Success(
	string response
)

Parameters

response
Type: OnlineSystem String

[Missing <param name="response"/> documentation for "M:Xilium.CefGlue.Wrapper.CefMessageRouterBrowserSide.Callback.Success(System.String)"]

See Also