Click or drag to resize

AppContextRegisterDebugInfo Method (Page, String, String)

Register a dbginfo item on the page. 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
)

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.

Implements

IAppContextRegisterDebugInfo(Page, String, String)
See Also