Tries to find the encoding of a HTML file from the Content-type meta tag.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected virtual Encoding DeriveEncoding( Stream stream )
Protected Overridable Function DeriveEncoding ( _ stream As Stream _ ) As Encoding
protected: virtual Encoding^ DeriveEncoding( Stream^ stream )
Parameters
- stream (Stream)