Class PageExposeBindingOptions
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
public class PageExposeBindingOptions
- Inheritance
-
PageExposeBindingOptions
- Inherited Members
Constructors
PageExposeBindingOptions()
public PageExposeBindingOptions()
PageExposeBindingOptions(PageExposeBindingOptions)
public PageExposeBindingOptions(PageExposeBindingOptions clone)
Parameters
clone
PageExposeBindingOptions
Properties
Handle
**DEPRECATED** This option will be removed in the future.
Whether to pass the argument as a handle, instead of passing by value. When passing a handle, only one argument is supported. When passing by value, multiple arguments are supported.
[JsonPropertyName("handle")]
[Obsolete]
public bool? Handle { get; set; }
Property Value
- bool?