SessionValueProviderFactory Class

 

Provides session for the current object.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

System.Object
  System.Web.Mvc.ValueProviderFactory
    Microsoft.Web.Mvc.SessionValueProviderFactory

type SessionValueProviderFactory = 
    class
        inherit ValueProviderFactory
    end

NameDescription
System_CAPS_pubmethodSessionValueProviderFactory()

Initializes a new instance of the SessionValueProviderFactory class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValueProvider(ControllerContext)

Returns a value-provider object for the specified controller context.(Overrides ValueProviderFactory.GetValueProvider(ControllerContext).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: