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

[To be supplied.]

[Visual Basic]
Overridable Public Sub WriteFullBeginTag( _
   ByVal tagName As String _
)
[C#]
public virtual void WriteFullBeginTag(
   string tagName
);
[C++]
public: virtual void WriteFullBeginTag(
   String* tagName
);
[JScript]
public function WriteFullBeginTag(
   tagName : String
);

Parameters

tagName
[To be supplied.]

See Also

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