MapperKernelGetLink Method |
Build a URL to the current mapper per the specified flags.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string GetLink(
MapperLinkFlags flags
)
Protected Function GetLink (
flags As MapperLinkFlags
) As String
Parameters
- flags
- Type: NetQuarry.DataMapperLinkFlags
Flags specifying the type of link to build.
Return Value
Type:
StringThe generated URL.
See Also