NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Encoding.WebName

Returns the array of IANA-registered names for this encoding. If there is an IANA preferred name, it is the first name in the array.

[Visual Basic]
Overridable Public ReadOnly Property WebName As String
[C#]
public string WebName {virtual get;}
[C++]
public: __property virtual String* get_WebName();
[JScript]
public function get WebName() : String;

See Also

Encoding Class | Encoding Members | System.Text Namespace