ModelBindingContext.PropertyFilter Property

Gets or sets the property filter.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

function get PropertyFilter () : Predicate<String>
function set PropertyFilter (value : Predicate<String>)

Property Value

Type: System.Predicate(String)
The property filter.
Show: