C# 클래스 newtelligence.DasBlog.Web.Core.WebControls.ControlImageModule

상속: IHttpModule
파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

공개 메소드들

메소드 설명
BreakImageHRef ( HttpContext Context, string url, Type &ControlType, string &Args ) : void
ControlImageModule ( ) : System
GetImageHRef ( HttpContext Context, Type ControlType, string Args ) : string

비공개 메소드들

메소드 설명
HandleBeginRequest ( object sender, EventArgs evargs ) : void
IHttpModule ( ) : void
IHttpModule ( System.Web.HttpApplication context ) : void

메소드 상세

BreakImageHRef() 공개 정적인 메소드

public static BreakImageHRef ( HttpContext Context, string url, Type &ControlType, string &Args ) : void
Context System.Web.HttpContext
url string
ControlType System.Type
Args string
리턴 void

ControlImageModule() 공개 메소드

public ControlImageModule ( ) : System
리턴 System

GetImageHRef() 공개 정적인 메소드

public static GetImageHRef ( HttpContext Context, Type ControlType, string Args ) : string
Context System.Web.HttpContext
ControlType System.Type
Args string
리턴 string