URIUtils MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The URIUtils type exposes the following members.
Methods

  NameDescription
Public methodStatic memberComposeURLQueryString
Public methodStatic memberEscapeAllDataStringChars
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...
Public methodStatic memberEscapeURIDataStringWithQuotes
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
Public methodStatic memberEscapeURIStringWithPlus
Performs escaping plus sign in URL into its hex value
Public methodStatic memberJoinPathSegs
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 '/'
Back to Top
Fields

  NameDescription
Public fieldStatic memberPATH_JOIN_TRIM_CHARS
Back to Top
See Also