Interface NavigatorContentUtils
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("NavigatorContentUtils")]
public interface NavigatorContentUtils
Methods
RegisterProtocolHandler(string, string)
[Value("registerProtocolHandler")]
GlobalObject.Undefined RegisterProtocolHandler(string scheme, string url)
Parameters
Returns
UnregisterProtocolHandler(string, string)
[Value("unregisterProtocolHandler")]
GlobalObject.Undefined UnregisterProtocolHandler(string scheme, string url)