Click or drag to resize

IAppContextCurrentPage Property

Gets/sets the current .Net Page being rendered. In general, this value is set as soon as the application context is attached to the page. Note that in cases where a page is not being rendered, e.g. AJAX calls, scheduled services, etc., this value will be null.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Page CurrentPage { get; set; }

Property Value

Type: Page
See Also