ControllerExtensions..::..Set<(Of <(<'TValue>)>)> Method
Sets the key to the value
within the HTTP session.
Namespace:
Suoranta.EnterpriseLib.Web.MVCAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
public static void Set<TValue>( this HttpSessionStateBase httpSession, string key, TValue value )
Type Parameters
- TValue
- The type of the value.

