CoreWebView2FrameInfo.Name 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 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.