NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTextWriter.EncodeAttributeValue

[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;

Parameters

attrKey
[To be supplied.]
value
[To be supplied.]

See Also

HtmlTextWriter Class | HtmlTextWriter Members | System.Web.UI Namespace