The options used to create a UrlResolver.

interface IUrlResolverOptions {
    contents: Contents.IManager;
    path: string;
}

Properties

Properties

contents: Contents.IManager

The contents manager used by the resolver.

path: string

The path providing context for local urls.

Notes

Either session or path must be given, and path takes precedence.