ReceiveHeadersParametersCharset Property  | 
 
                Gets the charset in lower case from the headers. If there's no charset,
                returns empty string.
            
 
    Namespace: 
   DotNetBrowser.Net.Handlers
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
Syntaxpublic string Charset { get; }Property Value
Type: 
StringThe charset in lower case from the headers.
See Also