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