IUri interface
Interface which describes URI components.
Properties
| Absolute |
|
| Hash | |
| Host |
|
| Path |
|
| Protocol | |
| Query |
|
| Search |
Property Details
AbsolutePath
AbsolutePath: string
Property Value
string
Hash
Hash: string
Property Value
string
HostNameAndPort
HostNameAndPort: string
Property Value
string
PathSegments
PathSegments: string[]
Property Value
string[]
Protocol
Protocol: string
Property Value
string
QueryString
QueryString: string
Property Value
string
Search
Search: string
Property Value
string