Frameset.FrameDefaultURL 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 the Web page or other document to be displayed in the specified frame when the frames page is opened.
public:
property System::String ^ FrameDefaultURL { System::String ^ get(); void set(System::String ^ value); };
public string FrameDefaultURL { get; set; }
member this.FrameDefaultURL : string with get, set
Public Property FrameDefaultURL As String