Click or drag to resize

AppContextRegisterDebugInfo Method (Page, String, String, String)

Register a dbginfo item on the page (with category information). These items will be emitted into the page HTML for debugging purposes and may be viewed by hitting F8 on the page.

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

Parameters

page
Type: System.Web.UIPage
The page on which to register.
name
Type: SystemString
The name of the debug item.
value
Type: SystemString
The value of the debug item.
category
Type: SystemString
The category of debug item.

Implements

IAppContextRegisterDebugInfo(Page, String, String, String)
See Also