CoreWebView2.FrameId 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.
public uint FrameId { get; }
member this.FrameId : uint32
Public ReadOnly Property FrameId As UInteger
Property Value
Remarks
FrameId may not be valid if CoreWebView2 has not done any navigation. It's safe to get this value during or after the first ContentLoading event. Otherwise, it could return the invalid frame Id 0
.