Timer::Render Method (HtmlTextWriter^)

 

Renders the Timer control content to the browser by using the specified HtmlTextWriter object.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

public protected:
virtual void Render(
	HtmlTextWriter^ writer
) override

Parameters

writer
Type: System.Web.UI::HtmlTextWriter^

The HtmlTextWriter object that is used to render the Timer control content to the browser.

.NET Framework
Available since 3.5
Return to top
Show: