Hevea documentation

Link Constructor (String, String, String, Boolean, Boolean)

Constructor.

public Link(
   string caption,
   string url,
   string imageUrl,
   bool self,
   bool isJsFunction
);

Parameters

caption
hyperlink alternate caption
url
link target
imageUrl
image url
self
set to true if the link should not be displayed in a popup window
isJsFunction
true if the url argument is a call to a JS function

Remarks

the caption is not automatically globalized

Exceptions

Exception Type Condition
ArgumentNullException parameter caption, url or imageUrl is null

See Also

Link Class | Hevea.Core.Http.Html.UI Namespace | Link Constructor Overload List