RouteDataValueProvider Class

Definition

Represents a value provider for route data.

public ref class RouteDataValueProvider sealed : System::Web::ModelBinding::DictionaryValueProvider<System::Object ^>
public sealed class RouteDataValueProvider : System.Web.ModelBinding.DictionaryValueProvider<object>
type RouteDataValueProvider = class
    inherit DictionaryValueProvider<obj>
Public NotInheritable Class RouteDataValueProvider
Inherits DictionaryValueProvider(Of Object)
Inheritance
RouteDataValueProvider

Constructors

RouteDataValueProvider(ModelBindingExecutionContext)

Initializes a new instance of the RouteDataValueProvider class.

Methods

ContainsPrefix(String)

Returns a value that indicates whether the dictionary contains the specified prefix.

(Inherited from DictionaryValueProvider<TValue>)
Equals(Object)

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

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetValue(String)

Retrieves a value object using the specified key.

(Inherited from DictionaryValueProvider<TValue>)
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