Class ValueProviderFactory
- Namespace
- System.Web.Http.ValueProviders
- Assembly
- System.Web.Http.dll
Represents a factory for creating value-provider objects.
public abstract class ValueProviderFactory
- Inheritance
-
ValueProviderFactory
- Derived
- Inherited Members
Constructors
ValueProviderFactory()
Initializes a new instance of the ValueProviderFactory class.
protected ValueProviderFactory()
Methods
GetValueProvider(HttpActionContext)
Returns a value-provider object for the specified controller context.
public abstract IValueProvider GetValueProvider(HttpActionContext actionContext)
Parameters
actionContext
HttpActionContextAn object that encapsulates information about the current HTTP request.
Returns
- IValueProvider
A value-provider object.