ViewStateValueProvider Class

Definition

Represents a value provider for view state values.

public ref class ViewStateValueProvider sealed : System::Web::ModelBinding::SimpleValueProvider
public sealed class ViewStateValueProvider : System.Web.ModelBinding.SimpleValueProvider
type ViewStateValueProvider = class
    inherit SimpleValueProvider
Public NotInheritable Class ViewStateValueProvider
Inherits SimpleValueProvider
Inheritance
ViewStateValueProvider

Constructors

ViewStateValueProvider(ModelBindingExecutionContext)

Initializes a new instance of the ViewStateValueProvider class by using the execution context.

Properties

ModelBindingExecutionContext

Gets the execution context.

(Inherited from SimpleValueProvider)

Methods

ContainsPrefix(String)

Gets a value that indicates whether the value provider contains the specified prefix.

(Inherited from SimpleValueProvider)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
FetchValue(String)

When implemented in a derived class, returns the value for the specified key.

(Inherited from SimpleValueProvider)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetValue(String)

Calls the FetchValue(String) method and then uses the returned value to instantiate a new instance of the ValueProviderResult class.

(Inherited from SimpleValueProvider)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to