Share via


WebPageRenderingBase.Session Property

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

Syntax

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

value = instance.Session
public virtual HttpSessionStateBase Session { get; }
public:
virtual property HttpSessionStateBase^ Session {
    HttpSessionStateBase^ get ();
}
abstract Session : HttpSessionStateBase 
override Session : HttpSessionStateBase
function get Session () : HttpSessionStateBase

Property Value

Type: System.Web.HttpSessionStateBase

See Also

Reference

WebPageRenderingBase Class

System.Web.WebPages Namespace