PFNavigationLinkGetNavigationLink Method |
Returns a new instance of Navigation Link
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public static PFNavigationLink GetNavigationLink(
string text,
string url
)
Parameters
- text
- Type: SystemString
The link's display text - url
- Type: SystemString
The link's url
Return Value
Type:
PFNavigationLinkThe new object.
See Also