WKNavigationAction.TargetFrame 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 the frame where data will be loaded from the navigation.
public virtual WebKit.WKFrameInfo TargetFrame { [Foundation.Export("targetFrame", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.TargetFrame : WebKit.WKFrameInfo
Property Value
- Attributes
Remarks
This value is null
for navigations to new windows.