C# 클래스 Sitecore.Modules.WeBlog.RsdHandler

RSD (Really Simple Discoverability) Handler http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html
상속: IHttpHandler
파일 보기 프로젝트 열기: WeTeam/WeBlog

공개 메소드들

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

Process to return RSD page.

메소드 상세

ProcessRequest() 공개 메소드

Process to return RSD page.
public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext context
리턴 void