Property TargetFrameName
TargetFrameName
Gets the name of the target frame which the url of this event has been or will be loaded into.
public string? TargetFrameName { get; set; }
Property Value
- string
A string representing the name of the target frame which the url of this event has been or will be loaded into.
Remarks
This may return an empty string if the frame is not available.