NavigateErrorEventArgs.Frame 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 frame object in which the resource is to be displayed, or Null if no named frame is targeted for the resource.
public:
property System::Object ^ Frame { System::Object ^ get(); void set(System::Object ^ value); };
public object Frame { get; set; }
member this.Frame : obj with get, set
Public Property Frame As Object