Skip to main content
.NET Framework Class Library
Control..::.BuildProfileTree Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page.

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Syntax
Protected Sub BuildProfileTree ( _
	parentId As String, _
	calcViewState As Boolean _
)
protected void BuildProfileTree(
	string parentId,
	bool calcViewState
)
protected:
void BuildProfileTree(
	String^ parentId, 
	bool calcViewState
)
member BuildProfileTree : 
        parentId:string * 
        calcViewState:bool -> unit 

Parameters

parentId
Type: System..::.String
The identifier of the control's parent.
calcViewState
Type: System..::.Boolean
A Boolean that indicates whether the view-state size is calculated.
Remarks

This property gathers the information necessary about a page's UI hierarchy and passes it to the page's <trace> Element property. When you enable tracing, either for a page or for your application, this information is displayed in the Control Tree section of the trace output. Trace output for a page is appended to the end of the page; while trace output for an application can be viewed from the trace viewer (trace.axd file) which is stored in the application's root directory. For more information about tracing, see ASP.NET Tracing Overview.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.