QueryStringValueProvider 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 query-string values.
public ref class QueryStringValueProvider sealed : System::Web::ModelBinding::NameValueCollectionValueProvider
public sealed class QueryStringValueProvider : System.Web.ModelBinding.NameValueCollectionValueProvider
type QueryStringValueProvider = class
inherit NameValueCollectionValueProvider
Public NotInheritable Class QueryStringValueProvider
Inherits NameValueCollectionValueProvider
- Inheritance
Constructors
QueryStringValueProvider(ModelBindingExecutionContext) |
Initializes a new instance of the QueryStringValueProvider class using the execution context. |
Methods
ContainsPrefix(String) |
Returns a value that indicates whether the value provider contains the specified prefix. (Inherited from NameValueCollectionValueProvider) |
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) |
Returns the value for the specified key. (Inherited from NameValueCollectionValueProvider) |
GetValue(String, Boolean) |
Returns the value for the specified key and optionally enables the caller to specify whether request validation should be skipped. (Inherited from NameValueCollectionValueProvider) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |