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

[To be supplied.]

[Visual Basic]
Protected Shared Sub RegisterTag( _
   ByVal name As String, _
   ByVal key As Integer _
)
[C#]
protected static void RegisterTag(
   string name,
   int key
);
[C++]
protected: static void RegisterTag(
   String* name,
   int key
);
[JScript]
protected static function RegisterTag(
   name : String,
   key : int
);

Parameters

name
[To be supplied.]
key
[To be supplied.]

See Also

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