IBindCallbackRedirect interface
Enables an application to control redirection behavior.
Applications that implement the IBindCallbackRedirect interface can inspect and cancel redirection requests, including potentially malicious ones used in phishing attacks. For more info, see Overriding redirection requests.
Members
The IBindCallbackRedirect interface inherits from the IUnknown interface. IBindCallbackRedirect also has these types of members:
- Methods
Methods
The IBindCallbackRedirect interface has these methods.
Method | Description |
---|---|
Redirect | Requests the application to redirect to the given URL location and provides it with the option to cancel. |
Remarks
Urlmon will attempt to access this this interface by calling QueryInterface on the provided IBindStatusCallback when creating the url moniker.
Requirements
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Product |
Internet Explorer 10 |
Header |
Urlmon.h |
IDL |
Urlmon.idl |
DLL |
Urlmon.dll |