Uri Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Uri type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 AbsolutePath Gets the absolute path of the URI.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 AbsoluteUri Gets the absolute URI.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 DnsSafeHost Gets an unescaped host name that is safe to use for DNS resolution.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Fragment Gets the escaped URI fragment.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Host Gets the host component of this instance.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsAbsoluteUri Gets whether the Uri instance is absolute.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsUnc Gets whether the specified Uri is a universal naming convention (UNC) path.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 LocalPath Gets a local operating-system representation of a file name.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 OriginalString Gets the original URI string that was passed to the Uri constructor.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Port Gets the port number of this URI.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Query Gets any query information included in the specified URI.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Scheme Gets the scheme name for this URI.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 UserEscaped Indicates that the URI string was completely escaped before the Uri instance was created.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 UserInfo Gets the user name, password, or other user-specific information associated with the specified URI.

Top

See Also

Reference