[This is preliminary documentation and is subject to change.]
The URIUtils type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| ComposeURLQueryString | ||
| EscapeAllDataStringChars |
Escapes all chars except latin A..Z, 0..9, and . - _
This function is based on EscapeDataString but does not depend on .NET 4/4.5 differences encoding ! * ( ) and others...
| |
| EscapeURIDataStringWithQuotes |
Performs URI.EscapeDataString with additional replacement of " and ' chars with their hex equivalents.
This method is suitable for escaping client-side intelligent keys that may have single/double quotes
| |
| EscapeURIStringWithPlus |
Performs escaping plus sign in URL into its hex value
| |
| JoinPathSegs |
Joins URI path segments with "/". This function just concats strings, it does not evaluate relative paths etc.
The first segment may or may not start with '/'
|
Fields
| Name | Description | |
|---|---|---|
| PATH_JOIN_TRIM_CHARS |
See Also