IAppContextRegisterDebugInfo 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)
Syntaxvoid RegisterDebugInfo(
Page page,
string name,
string value
)
Sub RegisterDebugInfo (
page As Page,
name As String,
value As String
)
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.
See Also