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!

LiteralControl Constructor (String)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal text As String _
)
[C#]
public LiteralControl(
   string text
);
[C++]
public: LiteralControl(
   String* text
);
[JScript]
public function LiteralControl(
   text : String
);

Parameters

text
[To be supplied.]

See Also

LiteralControl Class | LiteralControl Members | System.Web.UI Namespace | LiteralControl Constructor Overload List