AppContextRegisterDebugInfo Method (Page, String, String, String, String) |
Register a dbginfo item on the page (with category and sublist 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)
Syntaxpublic void RegisterDebugInfo(
Page page,
string name,
string value,
string category,
string sublist
)
Public Sub RegisterDebugInfo (
page As Page,
name As String,
value As String,
category As String,
sublist 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. - category
- Type: SystemString
The category of debug item. - sublist
- Type: SystemString
A semi-colon separated list of items to be shown as subitems.
Implements
IAppContextRegisterDebugInfo(Page, String, String, String, String)
See Also