NSUrlUtilities_NSCharacterSet Class

Definition

Defines static methods defining character sets for various subcomponents of a NSUrl.

public static class NSUrlUtilities_NSCharacterSet
type NSUrlUtilities_NSCharacterSet = class
Inheritance
NSUrlUtilities_NSCharacterSet

Properties

UrlFragmentAllowedCharacterSet

The NSCharacterSet for characters allowed in a fragment URL component.

UrlHostAllowedCharacterSet

The NSCharacterSet for characters allowed in a host URL.

UrlPasswordAllowedCharacterSet

The NSCharacterSet for characters allowed in a URL password component.

UrlPathAllowedCharacterSet

The NSCharacterSet for characters allowed in a URL path component.

UrlQueryAllowedCharacterSet

The NSCharacterSet for characters allowed in a URL query component.

UrlUserAllowedCharacterSet

The NSCharacterSet for characters allowed in a URL user component.

Applies to