ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources]

G. andrew Duthie; matthew Macdonald

نسخه متنی -صفحه : 873/ 449
نمايش فراداده

RenderMethodserializable

System.Web.UI (system.web.dll)delegate

This delegate is used exclusively by the ASP.NET framework. It specifies the signature for a method used to render a control.

public delegate void 

RenderMethod (HtmlTextWriter

output , Control

container );

Passed To

Control.SetRenderMethodDelegate( )