FieldKernelNavInfoGetLink Method (String, String) |
Builds and returns a link for the field suitable for an HREF.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string GetLink(
string primaryKeyValue,
string navAction
)
Public Function GetLink (
primaryKeyValue As String,
navAction As String
) As String
Parameters
- primaryKeyValue
- Type: SystemString
The primary key value for the item. - navAction
- Type: SystemString
The action being performed by clicking the link.
Return Value
Type:
StringA string link suitable for use as an HREF.
See Also