Table of Contents

Class URLHandler

Namespace
The.WPF.Shell
Assembly
Instagile.WPF.dll
public sealed class URLHandler
Inheritance
URLHandler
Inherited Members

Constructors

URLHandler(IServices, string, URLCallback)

public URLHandler(IServices services, string protocol, URLCallback callback)

Parameters

services IServices
protocol string
callback URLCallback

Methods

Activate(IServices)

Handle invocations of a URL protocol, either at startup or via separate invocation.

public bool Activate(IServices services)

Parameters

services IServices

Returns

bool

True if launched with a protocol URL, false otherwise.