ValueProviderFactoryContext Class

Syntax

public class ValueProviderFactoryContext

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.ModelBinding.ValueProviderFactoryContext

Constructors

ValueProviderFactoryContext(HttpContext, System.Collections.Generic.IDictionary<System.String, System.Object>)
Arguments:
  • httpContext (HttpContext) –
  • routeValues (System.Collections.Generic.IDictionary{System.String,System.Object}) –
public ValueProviderFactoryContext(HttpContext httpContext, IDictionary<string, object> routeValues)

Properties

HttpContext()
Return type:HttpContext
public HttpContext HttpContext { get; }
RouteValues()
Return type:System.Collections.Generic.IDictionary{System.String,System.Object}
public IDictionary<string, object> RouteValues { get; }