Click or drag to resize

IBrowserCreditCards Property

Gets the ICreditCards instance that can be used for working with credit cards saved in the Chromium credit card store.

Namespace:  DotNetBrowser.Browser
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
ICreditCards CreditCards { get; }

Property Value

Type: ICreditCards
The ICreditCards instance associated with this IBrowser.
See Also