Document.DefaultTargetFrame Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.