The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ValueProviderFactory::GetValueProvider Method (HttpActionContext^)
Returns a value-provider object for the specified controller context.
Assembly: System.Web.Http (in System.Web.Http.dll)
public: virtual IValueProvider^ GetValueProvider( HttpActionContext^ actionContext ) abstract
Parameters
- actionContext
-
Type:
System.Web.Http.Controllers::HttpActionContext^
An object that encapsulates information about the current HTTP request.
Show: