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.GetTagName

[To be supplied.]

[Visual Basic]
Protected Function GetTagName( _
   ByVal tagKey As Integer _
) As String
[C#]
protected string GetTagName(
   int tagKey
);
[C++]
protected: String* GetTagName(
   int tagKey
);
[JScript]
protected function GetTagName(
   tagKey : int
) : String;

Parameters

tagKey
[To be supplied.]

See Also

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