C# Class DOTNETIDS.ControlRenderInteceptor

A class to intercept control rendering
Inheritance: System.Web.UI.HtmlTextWriter
Show file Open project: IndiansIncredible/.NetIDS Class Usage Examples

Private Properties

Property Type Description
ControlRenderInteceptor System

Public Methods

Method Description
Write ( string s ) : void

Private Methods

Method Description
ControlRenderInteceptor ( TextWriter tw ) : System

Method Details

Write() public method

public Write ( string s ) : void
s string
return void