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

Inheritance: WebControl
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
AddAttributesToRender void
RegisterExpandoAttribute void

Méthodes publiques

Méthode Description
ValidationSummary ( ) : System.Collections

Méthodes protégées

Méthode Description
OnPreRender ( EventArgs e ) : void
Render ( HtmlTextWriter writer ) : void

Private Methods

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

Method Details

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e EventArgs
Résultat void

Render() protected méthode

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Résultat void

ValidationSummary() public méthode

public ValidationSummary ( ) : System.Collections
Résultat System.Collections