Initializes a new instance of the Link class.

Namespace: HTMLPlusPlus
Assembly: HTMLPlusPlus (in HTMLPlusPlus.dll) Version: 0.1.0.0 (0.1.0.0)

Syntax

C#
public Link(
	string href,
	string type,
	string rel
)

Parameters

href
Type: System..::..String
An optional href for this link.
type
Type: System..::..String
An optional mime type for this resource.
rel
Type: System..::..String
An optional rel for this resource.

See Also