get_request


Description:

[ Version ( since = "2.6" ) ]
public unowned URIRequest get_request ()

Return the URIRequest associated with the navigation action.

Modifications to the returned object are <emphasis>not</emphasis> taken into account when the request is sent over the network, and is intended only to aid in evaluating whether a navigation action should be taken or not. To modify requests before they are sent over the network the WebKitPage::send-request signal can be used instead.

Parameters:

this

a NavigationAction

Returns:

a URIRequest