C# 클래스 Atoms.Web.Module.CachifyModule.CacheFilter

상속: AtomPreCompilerFilterStream
파일 보기 프로젝트 열기: neurospeech/web-atoms.js

공개 메소드들

메소드 설명
CacheFilter ( Stream s, HttpContext c ) : HtmlAgilityPack
ToAbsolute ( string url ) : string

보호된 메소드들

메소드 설명
ProcessBuffer ( byte p ) : byte[]

비공개 메소드들

메소드 설명
ProcessTag ( HtmlNode item, string tag, string att ) : void

메소드 상세

CacheFilter() 공개 메소드

public CacheFilter ( Stream s, HttpContext c ) : HtmlAgilityPack
s Stream
c System.Web.HttpContext
리턴 HtmlAgilityPack

ProcessBuffer() 보호된 메소드

protected ProcessBuffer ( byte p ) : byte[]
p byte
리턴 byte[]

ToAbsolute() 공개 메소드

public ToAbsolute ( string url ) : string
url string
리턴 string