Link(String, String) Constructor

Initializes a new instance of the Link class

Definition

Namespace: FileHold.LibraryManager.Tags
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public Link(
	string url,
	string caption
)

Parameters

url  String
 
caption  String
 

See Also