WebPageRenderingBase.Session Property

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

'Declaration
Public Overridable ReadOnly Property Session As HttpSessionStateBase 
	Get
'Usage
Dim instance As WebPageRenderingBase 
Dim value As HttpSessionStateBase 

value = instance.Session
Show: