[To be supplied.]
[Visual Basic] Overridable Protected Function EncodeAttributeValue( _ ByVal attrKey As Integer, _ ByVal value As String _ ) As String [C#] protected virtual string EncodeAttributeValue( int attrKey, string value ); [C++] protected: virtual String* EncodeAttributeValue( int attrKey, String* value ); [JScript] protected function EncodeAttributeValue( attrKey : int, value : String ) : String;
HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace