DynamicFilter::Render Method (HtmlTextWriter^)

.NET Framework (current version)
 

Sends server control content to the specified HtmlTextWriter object.

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

protected:
virtual void Render(
	HtmlTextWriter^ writer
) override

Parameters

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

The object that receives the server control content.

The writer renders the content to the page.

.NET Framework
Available since 4.0
Return to top
Show: