URISchemeRequest


Object Hierarchy:

WebKit.URISchemeRequest WebKit.URISchemeRequest WebKit.URISchemeRequest GLib.Object GLib.Object GLib.Object->WebKit.URISchemeRequest

Description:

[ CCode ( type_id = "webkit_uri_scheme_request_get_type ()" ) ]
public class URISchemeRequest : Object

Represents a URI scheme request.

If you register a particular URI scheme in a WebContext, using register_uri_scheme, you have to provide a URISchemeRequestCallback. After that, when a URI request is made with that particular scheme, your callback will be called. There you will be able to access properties such as the scheme, the URI and path, and the WebView that initiated the request, and also finish the request with finish.


Namespace: WebKit
Package: webkit2gtk-4.1

Content:

Creation methods:

Methods:

Inherited Members: