Click or drag to resize

URL Constructor (String)

Initializes a new instance of the URL class.

Namespace:  Opait.Barcode.QRCode
Assembly:  Opait.Barcode (in Opait.Barcode.dll) Version: 1.2.0.0
Syntax
C#
public URL(
	string link
)

Parameters

link
Type: SystemString
Link of the target URL.
See Also