Contents

URLScheme

A type representing a valid URL scheme.

Declaration

struct URLScheme

Overview

Scheme names are case sensitive, must start with an ASCII letter, and may contain only ASCII letters, numbers, the “+” character, the “-” character, and the “.” character.

Topics

Initializers

Instance Properties

See Also

Configuring a WebPage