This topic has not yet been rated - Rate this topic

ControllerBase.ValueProvider Property

Gets or sets the value provider for the controller.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public IDictionary<string, ValueProviderResult> ValueProvider { get; set; }

Property Value

Type: System.Collections.Generic.IDictionary<String, ValueProviderResult>
The value provider for the controller.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.