Class QueryStringValueProvider
- Namespace
- System.Web.Http.ValueProviders.Providers
- Assembly
- System.Web.Http.dll
Represents a value provider for query strings that are contained in a NameValueCollection object.
public class QueryStringValueProvider : NameValuePairsValueProvider, IEnumerableValueProvider, IValueProvider
- Inheritance
-
QueryStringValueProvider
- Implements
- Inherited Members
Constructors
QueryStringValueProvider(HttpActionContext, CultureInfo)
Initializes a new instance of the QueryStringValueProvider class.
public QueryStringValueProvider(HttpActionContext actionContext, CultureInfo culture)
Parameters
actionContextHttpActionContextAn object that encapsulates information about the current HTTP request.
cultureCultureInfoAn object that contains information about the target culture.