NSUrlUtilities_NSCharacterSet Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |