Hyperlink Constructor (String)

Creates an instance of a hyperlink.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public Hyperlink(
	string url
)

Parameters

url
Type: SystemString
Hyperlink URL.
See Also