Removes an attribute from the AttributeCollection.
[Visual Basic] Overridable Public Sub Remove( _ ByVal key As String _ ) [C#] public virtual void Remove( string key ); [C++] public: virtual void Remove( String* key ); [JScript] public function Remove( key : String );
AttributeCollection Class | AttributeCollection Members | System.Web.UI Namespace