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