This topic has not yet been rated - Rate this topic

ModelBindingContext.PropertyFilter Property

Gets or sets the property filter.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public Predicate<string> PropertyFilter { get; set; }

Property Value

Type: System.Predicate<String>
The property filter.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.