SessionManager.GetListSession(T) Method

Template MVC

SessionManagerGetListSessionT Method

method that return the key in a list , from the current sesssion or create one if not exist

Namespace:  Template.Web.Commons.Utils
Assembly:  Template.Web (in Template.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static List<T> GetListSession<T>(
	string key
)

Parameters

key
Type: SystemString
key name

Type Parameters

T
type of the session key

Return Value

Type: ListT

[Missing <returns> documentation for "M:Template.Web.Commons.Utils.SessionManager.GetListSession``1(System.String)"]

See Also