C# Class WebMarkupMin.AspNet4.Common.Helpers.HttpHeadersHelpers

HTTP headers helpers
Datei anzeigen Open project: Taritsyn/WebMarkupMin

Public Methods

Method Description
IsEncodedContent ( NameValueCollection headers ) : bool

Checks whether the content is encoded

Method Details

IsEncodedContent() public static method

Checks whether the content is encoded
public static IsEncodedContent ( NameValueCollection headers ) : bool
headers System.Collections.Specialized.NameValueCollection The HTTP headers
return bool