System.Web.UI.Control.SetRenderMethodDelegate Method

Assigns an event handler delegate to render the server control and its content into its parent control.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public void SetRenderMethodDelegate (RenderMethod renderMethod)

Parameters

renderMethod
The information necessary to pass to the delegate so that it can render the server control.

Remarks

This method is supplied for implementation purposes only; you should never call it directly.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0