Click or drag to resize

TagUtilsTagAnchor Method

Generates an HTML A (anchor) tag appropriate for use as an image button.

Namespace:  NetQuarry
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string TagAnchor(
	string link,
	string tooltip,
	string altText,
	string imagePath,
	string target,
	AnchorFlags flags
)

Parameters

link
Type: SystemString
A URL link to which to navigate upon a click.
tooltip
Type: SystemString
The tooltip to use.
altText
Type: SystemString
The alternate text to use (important for screen readers).
imagePath
Type: SystemString
The path to the image file.
target
Type: SystemString
The name of the target window.
flags
Type: NetQuarryAnchorFlags
Flags specifying how the anchor tag is to be rendered.

Return Value

Type: String
The HTML A (anchor) tag string.
See Also