Walter.Web.FireWall
RootPage Property
Walter.Web.FireWall Assembly > Walter.Web.FireWall Namespace > IPageRequest Interface : RootPage Property
Gets the root page that initiated this request, can be null if this is the first page in the page request pipeline.
Syntax
IPageRequest RootPage {get;}

Property Value

The root page.
Remarks
If this value is not null the root page will be the related to the item (usually a razor page) that initiated the request. in the case of embedded resources or AJAX JavaScript interaction
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