Not logged in - Login
< back

URI Property Examples

For the following sample URL:

http://localhost:1720/test/temp.aspx?id=12345&id2=890

http://localhost:1720/test/temp.aspx?id=12345&id2=890

The URI properties look like this: AbsolutePath:       "/test/temp.aspx" AbsoluteUri:       "http://localhost:1720/test/temp.aspx?id=12345&id2=890"

Authority:       "localhost:1720"

{{{AbsolutePath:       "/test/temp.aspx" DnsSafeHost:       "localhost"AbsoluteUri:       "http://localhost:1720/test/temp.aspx?id=12345&id2=890" LocalPath:       "/test/temp.aspx"Authority:       "localhost:1720" OriginalString:       "http://localhost:1720/test/temp.aspx?id=12345&id2=890"DnsSafeHost:       "localhost" PathAndQuery:       "/test/temp.aspx?id=12345&id2=890"LocalPath:       "/test/temp.aspx" OriginalString:       "http://localhost:1720/test/temp.aspx?id=12345&id2=890" PathAndQuery:       "/test/temp.aspx?id=12345&id2=890" Port:       1720 Query:       "?id=12345&id2=890"Query:       "?id=12345&id2=890" Scheme:       "http"Scheme:       "http"

}}}