Hevea documentation

Link Constructor (String, String, Boolean, Boolean)

Constructor.

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

Parameters

caption
hyperlink caption
url
link target
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 or url is null

See Also

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