Table of Contents
ObjectForScripting Property

Exposes a .NET object to JavaScript for this WebView.

Syntax
 public Object ObjectForScripting { get; set; }
Remarks

The public methods on this objects are accessible in JavaScript through window.external object.

See Also