C# Class System.Web.UI.WebControls.ValidationSummary

Inheritance: WebControl
Show file Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
AddAttributesToRender void
RegisterExpandoAttribute void

Public Methods

Method Description
ValidationSummary ( ) : System.Collections

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void
Render ( HtmlTextWriter writer ) : void

Private Methods

Method Description
AddAttributesToRender ( HtmlTextWriter writer ) : void
RegisterExpandoAttribute ( string controlId, string attributeName, string attributeValue, bool encode ) : void

Method Details

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e EventArgs
return void

Render() protected method

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

ValidationSummary() public method

public ValidationSummary ( ) : System.Collections
return System.Collections