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