WebView.executeJSWithRV

Undocumented in source. Be warned that the author may not have intended to support it.
  1. JSValue executeJSWithRV(Awesomium.WebString script, Awesomium.WebString frameXPath)
  2. JSValue executeJSWithRV(S1 script, S2 frameXPath)
  3. JSValue executeJSWithRV(S1 script, S2 frameXPath)
    struct WebView
    executeJSWithRV
    (
    S1
    S2
    )
    if (
    isSomeString!S1 &&
    isSomeString!S2
    )

Meta