.NET Uri Class Properties

Enter a URI to see it parsed into the .NET Uri object.

AbsolutePath
/uri
(String)
AbsoluteUri
http://utils.joe.gl/uri
(String)
Authority
utils.joe.gl
(String)
DnsSafeHost
utils.joe.gl
(String)
Fragment
(String)
Host
utils.joe.gl
(String)
HostNameType
Dns
(UriHostNameType)
IdnHost
utils.joe.gl
(String)
IsAbsoluteUri
(Boolean)
IsDefaultPort
(Boolean)
IsFile
(Boolean)
IsLoopback
(Boolean)
IsUnc
(Boolean)
LocalPath
/uri
(String)
OriginalString
http://utils.joe.gl:80/uri
(String)
PathAndQuery
/uri
(String)
Port
80
(Int32)
Query
(String)
Scheme
http
(String)
Segments
"/", "uri"
(String[])
UserEscaped
(Boolean)
UserInfo
(String)