Method | Description | |
---|---|---|
ContainsPrefix ( string prefix ) : bool | ||
GetValue ( string key ) : System.Web.Mvc.ValueProviderResult | ||
SessionValueProvider ( System.Web.HttpSessionStateBase session ) : System |
Method | Description | |
---|---|---|
AddValues ( System.Web.HttpSessionStateBase session ) : void |
public ContainsPrefix ( string prefix ) : bool | ||
prefix | string | |
return | bool |
public GetValue ( string key ) : System.Web.Mvc.ValueProviderResult | ||
key | string | |
return | System.Web.Mvc.ValueProviderResult |
public SessionValueProvider ( System.Web.HttpSessionStateBase session ) : System | ||
session | System.Web.HttpSessionStateBase | |
return | System |