Walter.Web.FireWall
AddDocumentation Method
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IPageRequest Interface : AddDocumentation Method
The documentation to add to the page
The member that added the documentation, if left null this will be populated by the compiler
The file that the code executed from, if left null this will be populated by the compiler
The line number that set the documentation, if left null this will be populated by the compiler
Allows you to add proprietary documentation to a PageRequest and access this from anywhere in your code
Syntax

Parameters

message
The documentation to add to the page
member
The member that added the documentation, if left null this will be populated by the compiler
filenName
The file that the code executed from, if left null this will be populated by the compiler
line
The line number that set the documentation, if left null this will be populated by the compiler
Remarks
This method is particularly useful for developers that like to investigate or log pages when a page is processed
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPageRequest Interface
IPageRequest Members