NSUrlUtilities_NSCharacterSet 类

定义

定义静态方法,为 的各种子组件 NSUrl定义字符集。

public static class NSUrlUtilities_NSCharacterSet
type NSUrlUtilities_NSCharacterSet = class
继承
NSUrlUtilities_NSCharacterSet

属性

UrlFragmentAllowedCharacterSet

NSCharacterSet片段 URL 组件中允许的字符的 。

UrlHostAllowedCharacterSet

NSCharacterSet主机 URL 中允许的字符的 。

UrlPasswordAllowedCharacterSet

NSCharacterSet URL 密码组件中允许的字符的 。

UrlPathAllowedCharacterSet

NSCharacterSet URL 路径组件中允许的字符的 。

UrlQueryAllowedCharacterSet

NSCharacterSet URL 查询组件中允许的字符的 。

UrlUserAllowedCharacterSet

NSCharacterSet URL 用户组件中允许的字符的 。

适用于