TextContentEventArgsEncoding Property |
Gets or sets the encoding of the content.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Encoding Encoding { get; set; }
Public Property Encoding As Encoding
Get
Set
public:
property Encoding^ Encoding {
Encoding^ get ();
void set (Encoding^ value);
}
member Encoding : Encoding with get, set
Property Value
Type:
EncodingSee Also