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

Inheritance: System.Web.UI.Control, IAttributeAccessor
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
AddDisplayStyleAttribute void
BuildScriptAttribute string
IAttributeAccessor string
IAttributeAccessor void

Méthodes publiques

Méthode Description
ApplyStyle ( System.Web.UI.WebControls.Style s ) : void
CopyBaseAttributes ( WebControl controlSrc ) : void
MergeStyle ( System.Web.UI.WebControls.Style s ) : void
RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void
WebControl ( HtmlTextWriterTag tag ) : System.ComponentModel

Méthodes protégées

Méthode Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
CreateControlStyle ( ) : System.Web.UI.WebControls.Style
LoadViewState ( object savedState ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
SaveViewState ( ) : object
TrackViewState ( ) : void
WebControl ( ) : System.ComponentModel
WebControl ( string tag ) : System.ComponentModel

Private Methods

Méthode Description
AddDisplayStyleAttribute ( System.Web.UI.HtmlTextWriter writer ) : void
BuildScriptAttribute ( string name, string tail ) : string
IAttributeAccessor ( string key ) : string
IAttributeAccessor ( string key, string value ) : void

Method Details

AddAttributesToRender() protected méthode

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

ApplyStyle() public méthode

public ApplyStyle ( System.Web.UI.WebControls.Style s ) : void
s System.Web.UI.WebControls.Style
Résultat void

CopyBaseAttributes() public méthode

public CopyBaseAttributes ( WebControl controlSrc ) : void
controlSrc WebControl
Résultat void

CreateControlStyle() protected méthode

protected CreateControlStyle ( ) : System.Web.UI.WebControls.Style
Résultat System.Web.UI.WebControls.Style

LoadViewState() protected méthode

protected LoadViewState ( object savedState ) : void
savedState object
Résultat void

MergeStyle() public méthode

public MergeStyle ( System.Web.UI.WebControls.Style s ) : void
s System.Web.UI.WebControls.Style
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderBeginTag() public méthode

public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderContents() protected méthode

protected RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

RenderEndTag() public méthode

public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

SaveViewState() protected méthode

protected SaveViewState ( ) : object
Résultat object

TrackViewState() protected méthode

protected TrackViewState ( ) : void
Résultat void

WebControl() protected méthode

protected WebControl ( ) : System.ComponentModel
Résultat System.ComponentModel

WebControl() public méthode

public WebControl ( HtmlTextWriterTag tag ) : System.ComponentModel
tag HtmlTextWriterTag
Résultat System.ComponentModel

WebControl() protected méthode

protected WebControl ( string tag ) : System.ComponentModel
tag string
Résultat System.ComponentModel