_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.
Returns or sets a String indicating 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
Remarks
While the DefaultTargetFrame property can use any user-defined string, it has the following predefined strings: "_top", "_blank", "_parent", and "_self".