EncodeUtil Class
IT Hit WebDAV Classes Reference
Encodes/Decodes url parts.
Inheritance Hierarchy SystemObject
ITHit.WebDAV.ServerEncodeUtil
Namespace:
ITHit.WebDAV.Server
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public static class EncodeUtil
Public NotInheritable Class EncodeUtil
public ref class EncodeUtil abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type EncodeUtil = class end
The EncodeUtil type exposes the following members.
Methods Remarks
This class shall be used to encode/decode parts of urls. Unlike [!:HttpUtility] class provided with .Net, this class encodes ' '(space) as %2b.
See Also