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

Inheritance: IHttpModule
Afficher le fichier Open project: AArnott/dasblog Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

BreakImageHRef() public static méthode

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

ControlImageModule() public méthode

public ControlImageModule ( ) : System
Résultat System

GetImageHRef() public static méthode

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