DataUrl Class

Data URL handling and functionality.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public class DataUrl
Inheritance
Object    DataUrl

Constructors

DataUrlInitializes a new instance of the DataUrl class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToB64(Byte, String) Return the Base-64 representation of the specified file content.
ToB64(String, String) Return the Base-64 representation of the specified file content.
ToString
(Inherited from Object)

See Also