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)
Syntaxvoid RegisterDebugInfo(
Page page,
string category
)
Sub RegisterDebugInfo (
page As Page,
category As String
)
Parameters
- page
- Type: System.Web.UIPage
The page on which to register. - category
- Type: SystemString
The proposed category of debug item.
See Also