Click or drag to resize

IStringVisitorVisit Method

Version 79.1.350
Method that will be executed.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.90.0)
Syntax
void Visit(
	string str
)

Parameters

str
Type: SystemString
string (result of async execution)
See Also