ControlValueProvider Class

Definition

Represents a value provider for control values.

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

Constructors

ControlValueProvider(ModelBindingExecutionContext, String)

Initializes a new instance of the ControlValueProvider class.

Properties

ModelBindingExecutionContext

Gets the execution context.

(Inherited from SimpleValueProvider)
PropertyName

Gets the name of the control property to get the value from.

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