C# 클래스 WebMarkupMin.AspNet4.Common.Helpers.HttpHeadersHelpers

HTTP headers helpers
파일 보기 프로젝트 열기: Taritsyn/WebMarkupMin

공개 메소드들

메소드 설명
IsEncodedContent ( NameValueCollection headers ) : bool

Checks whether the content is encoded

메소드 상세

IsEncodedContent() 공개 정적인 메소드

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