C# Class newtelligence.DasBlog.Web.Core.WebControls.ControlImageModule

Inheritance: IHttpModule
显示文件 Open project: AArnott/dasblog Class Usage Examples

Public Methods

Method Description
BreakImageHRef ( HttpContext Context, string url, Type &ControlType, string &Args ) : void
ControlImageModule ( ) : System
GetImageHRef ( HttpContext Context, Type ControlType, string Args ) : string

Private Methods

Method Description
HandleBeginRequest ( object sender, EventArgs evargs ) : void
IHttpModule ( ) : void
IHttpModule ( System.Web.HttpApplication context ) : void

Method Details

BreakImageHRef() public static method

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

ControlImageModule() public method

public ControlImageModule ( ) : System
return System

GetImageHRef() public static method

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