C# 클래스 Subtext.Web.UI.Handlers.BlogSecondaryCssHandler

HTTP Handler for rendering a CSS stylesheet. This renders the CSS markup stored in the Secondary CSS field within the admin options for a blog configuration.
상속: IHttpHandler
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
ProcessRequest ( HttpContext context ) : void

Processes the request.

메소드 상세

ProcessRequest() 공개 메소드

Processes the request.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext Context.
리턴 void