ProfileValueProvider Class

Definition

Represents a value provider for profile values.

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

Constructors

ProfileValueProvider(ModelBindingExecutionContext)

Initializes a new instance of the ProfileValueProvider class.

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