WebBrowserExtensionsEncodeScriptParam Property |
Version 89.0.170
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax public static Func<string, string> EncodeScriptParam { get; set; }
public:
static property Func<String^, String^>^ EncodeScriptParam {
Func<String^, String^>^ get ();
void set (Func<String^, String^>^ value);
}
Property Value
Type:
FuncString,
String
A function delegate that yields a string.
See Also