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

[To be supplied.]

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

Parameters

tagName
[To be supplied.]

See Also

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