Document.DefaultTargetFrame Property

Definition

Gets or sets the browser frame in which to display a Web page reached through a hyperlink.

public:
 property System::String ^ DefaultTargetFrame { System::String ^ get(); void set(System::String ^ value); };
public string DefaultTargetFrame { get; set; }
member this.DefaultTargetFrame : string with get, set
Public Property DefaultTargetFrame As String

Property Value

The browser frame in which to display a Web page reached through a hyperlink.

Remarks

The DefaultTargetFrame property has the following predefined strings: "_top", "_blank", "_parent", and "_self". It can also use any user-defined string.

Applies to