RenderTraceListener.ListenerFactories Property

.NET Framework (current version)
 

Gets a list of functions that are called to instantiate RenderTraceListener objects for each request.

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

static member ListenerFactories : IList<Func<RenderTraceListener>> with get

Property Value

Type: System.Collections.Generic.IList<Func<RenderTraceListener>>

A list of functions that are called to instantiate RenderTraceListener objects for each request.

.NET Framework
Available since 4.5
Return to top
Show: