CoreWebView2FrameInfo.Name Property

Definition

Gets the value of frame's window.name property. The default value equals to frame html tag declaring it, as in <iframe name="frame-name" ...>.

public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Remarks

The returned string is empty when the frame has no name attribute and no assigned value for window.name.

Applies to