WebBrowserExtensionsEncodeScriptParam Property |
Version 88.2.90
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.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