Click or drag to resize

URL Constructor (String)

Initializes a new instance of the URL class.

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

Parameters

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