CookieValueProvider Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a value provider for cookie values.
public ref class CookieValueProvider sealed : System::Web::ModelBinding::IUnvalidatedValueProvider
	public sealed class CookieValueProvider : System.Web.ModelBinding.IUnvalidatedValueProvider
	type CookieValueProvider = class
    interface IUnvalidatedValueProvider
    interface IValueProvider
	type CookieValueProvider = class
    interface IValueProvider
    interface IUnvalidatedValueProvider
	Public NotInheritable Class CookieValueProvider
Implements IUnvalidatedValueProvider
		- Inheritance
 - 
				CookieValueProvider
 
- Implements
 
Constructors
| CookieValueProvider(ModelBindingExecutionContext) | 
		 Initializes a new instance of the CookieValueProvider class.  | 
        	
Methods
| ContainsPrefix(String) | 
		 Returns a value that indicates whether the cookie collection contains the specified prefix.  | 
        	
| 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, Boolean) | 
		 Retrieves a value object using the specified key and a parameter that specifies whether validation should be skipped.  | 
        	
| GetValue(String) | 
		 Retrieves a value object using the specified key.  | 
        	
| MemberwiseClone() | 
		 Creates a shallow copy of the current Object. (Inherited from Object) | 
        	
| ToString() | 
		 Returns a string that represents the current object. (Inherited from Object) |