System.UriPartial Enumeration
Assembly:
System.dll
Namespace:
System
Summary
Defines the parts of a URI for the
Uri.GetLeftPart
method.
C# Syntax:
[Serializable]
public enum UriPartial
Remarks
The
UriPartial
enumeration defines the values that can be passed to the
Uri.GetLeftPart
method.
See also:
System Namespace
System.UriPartial Member List:
Public Fields
Authority
The scheme and authority segment of the URI.
Path
The scheme, authority, and path segment of the URI.
Scheme
The scheme segment of the URI.
Hierarchy:
System.Object
System.ValueType
System.Enum
System.UriPartial
Top of page
Copyright (c) 2002 Microsoft Corporation. All rights reserved.