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