UriPartial 枚举
定义
为 GetLeftPart(UriPartial) 方法定义 URI 的各部分。Defines the parts of a URI for the GetLeftPart(UriPartial) method.
public enum class UriPartial
public enum UriPartial
type UriPartial =
Public Enum UriPartial
- 继承
字段
| Authority | 1 | URI 的方案段与颁发机构段。The scheme and authority segments of the URI. |
| Path | 2 | URI 的方案段、颁发机构段与路径段。The scheme, authority, and path segments of the URI. |
| Query | 3 | URI 的方案段、证书颁发机构段、路径段与查询段。The scheme, authority, path, and query segments of the URI. |
| Scheme | 0 | URI 的方案段。The scheme segment of the URI. |
注解
UriPartial枚举定义可传递给方法的值 Uri.GetLeftPart 。The UriPartial enumeration defines the values that can be passed to the Uri.GetLeftPart method.