frame_name


Description:

public string frame_name { get; }

If this navigation request targets a new frame, this property contains the name of that frame.

For example if the decision was triggered by clicking a link with a target attribute equal to "_blank", this property will contain the value of that attribute. In all other cases, this value will be null.




2022 vala-language.org