C# Class ValueProvidersExample.Helpers.SessionValueProvider

Inheritance: IValueProvider
Exibir arquivo Open project: jeffreypalermo/mvc2inaction

Public Methods

Method Description
ContainsPrefix ( string prefix ) : bool
GetValue ( string key ) : System.Web.Mvc.ValueProviderResult
SessionValueProvider ( System.Web.HttpSessionStateBase session ) : System

Private Methods

Method Description
AddValues ( System.Web.HttpSessionStateBase session ) : void

Method Details

ContainsPrefix() public method

public ContainsPrefix ( string prefix ) : bool
prefix string
return bool

GetValue() public method

public GetValue ( string key ) : System.Web.Mvc.ValueProviderResult
key string
return System.Web.Mvc.ValueProviderResult

SessionValueProvider() public method

public SessionValueProvider ( System.Web.HttpSessionStateBase session ) : System
session System.Web.HttpSessionStateBase
return System