Control.SetRenderMethodDelegate(RenderMethod) Method

Definition

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

public void SetRenderMethodDelegate (System.Web.UI.RenderMethod renderMethod);

Parameters

renderMethod
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.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also