Click or drag to resize

builderForMarkdownAppendLink Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders link, image or reference

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void AppendLink(
	string url,
	string name,
	string caption = "",
	appendLinkType linkType = appendLinkType.link
)
Request Example View Source

Parameters

url
Type: SystemString
url or reference id
name
Type: SystemString
Name of link
caption (Optional)
Type: SystemString
Title - popup content
linkType (Optional)
Type: imbSCI.Data.enums.appendsappendLinkType
Select if output is link, image or reference

Implements

ITextAppendContentAppendLink(String, String, String, appendLinkType)
See Also