Click or drag to resize

PFFieldUrlValue Constructor (String, String)

Initializes a new instance of the PFFieldUrlValue class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFFieldUrlValue(
	string url,
	string text
)

Parameters

url
Type: SystemString
The address, destination of the link.
text
Type: SystemString
Text representing the link.
See Also