CoreWebView2FrameInfo Class
Provides a set of properties for a frame in the CoreWebView2.
Summary
| Members | Description |
|---|---|
| Name | Gets the name attribute of the frame, as in <iframe name="frame-name" ...>. |
| Source | The URI of the document in the frame. |
Properties
Name
readonly string Name
Gets the name attribute of the frame, as in <iframe name="frame-name" ...>.
The returned string is empty when the frame has no name attribute.
Source
readonly string Source
The URI of the document in the frame.