[To be supplied.]
[Visual Basic] Protected Shared Sub RegisterAttribute( _ ByVal name As String, _ ByVal key As Integer _ ) [C#] protected static void RegisterAttribute( string name, int key ); [C++] protected: static void RegisterAttribute( String* name, int key ); [JScript] protected static function RegisterAttribute( name : String, key : int );
HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace