PagePorter Class Library

NavigationPage.Target Property

Gets or sets the value for the HTML target attribute for this page.

[Visual Basic]
Public Property Target As String
[C#]
public string Target {get; set;}

Property Value

The value for the HTML target attribute for this page.

Remarks

This value is used in the FpLinkBar #TARGET# macro to allow individual page buttons to use different target frames (e.g. "_blank"). This property is not supported by Microsoft FrontPage.

See Also

NavigationPage Class | Parastream.Web.MsFrontPage Namespace