Table of Contents

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

scheme string
url string

Returns

GlobalObject.Undefined

UnregisterProtocolHandler(string, string)

[Value("unregisterProtocolHandler")]
GlobalObject.Undefined UnregisterProtocolHandler(string scheme, string url)

Parameters

scheme string
url string

Returns

GlobalObject.Undefined