frame_name


Description:

[ Version ( deprecated = true , deprecated_since = "2.40" ) ]
public string frame_name { get; }

Warning: frame_name is deprecated since 2.40.

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

Note:

Use navigation_action instead

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.