Click or drag to resize

ISupportsDebugInfoRegisterDebugInfo Method

Called by a template to register a dbginfo item on the page (with full information).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void RegisterDebugInfo(
	Page page,
	string category
)

Parameters

page
Type: System.Web.UIPage
The page on which to register.
category
Type: SystemString
The proposed category of debug item.
See Also