C# 클래스 System.Web.UI.HtmlControls.HtmlControl

상속: System.Web.UI.Control, System.Web.UI.IAttributeAccessor
파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AttributeToString string
AttributeToString string
PreProcessRelativeReference void
System string
System void

공개 메소드들

메소드 설명
HtmlControl ( ) : System.ComponentModel
HtmlControl ( string tag ) : System.ComponentModel

보호된 메소드들

메소드 설명
CreateControlCollection ( ) : ControlCollection
GetAttribute ( string name ) : string
HtmlControl ( ) : System.ComponentModel
HtmlControl ( string tag ) : System.ComponentModel
Render ( HtmlTextWriter writer ) : void
RenderAttributes ( HtmlTextWriter writer ) : void
RenderBeginTag ( HtmlTextWriter writer ) : void
SetAttribute ( string name, string value ) : void

비공개 메소드들

메소드 설명
AttributeToString ( int n ) : string
AttributeToString ( string s ) : string
PreProcessRelativeReference ( HtmlTextWriter writer, string attribName ) : void
System ( string name ) : string
System ( string name, string value ) : void

메소드 상세

CreateControlCollection() 보호된 메소드

protected CreateControlCollection ( ) : ControlCollection
리턴 ControlCollection

GetAttribute() 보호된 메소드

protected GetAttribute ( string name ) : string
name string
리턴 string

HtmlControl() 보호된 공개 메소드

protected public HtmlControl ( ) : System.ComponentModel
리턴 System.ComponentModel

HtmlControl() 보호된 공개 메소드

protected public HtmlControl ( string tag ) : System.ComponentModel
tag string
리턴 System.ComponentModel

Render() 보호된 메소드

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
리턴 void

RenderAttributes() 보호된 메소드

protected RenderAttributes ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
리턴 void

RenderBeginTag() 보호된 메소드

protected RenderBeginTag ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
리턴 void

SetAttribute() 보호된 메소드

protected SetAttribute ( string name, string value ) : void
name string
value string
리턴 void