Hevea documentation

HyperLink.SetTarget Method (String, String)

Set the hyperlink target.

public void SetTarget(
   string pageUrl,
   string frameName
);

Parameters

pageUrl
page url
frameName
name of the target frame

Exceptions

Exception Type Condition
ArgumentNullException pageUrl is null

See Also

HyperLink Class | Hevea.Core.Http.Html.UI Namespace | HyperLink.SetTarget Overload List