StartPage::Write Method (Object)

Writes the string representation of the specified object as an HTML-encoded string.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

public:
virtual void Write(
	Object^ value
) override

Parameters

value
Type: System::Object
The object to encode and write.
Show: