ModelBindingContext.PropertyFilter Property
Gets or sets the property filter.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property PropertyFilter As Predicate(Of String)
Get
Set
public Predicate<string> PropertyFilter { get; set; }
public:
property Predicate<String^>^ PropertyFilter {
Predicate<String^>^ get ();
void set (Predicate<String^>^ value);
}
Property Value
Type: System.Predicate<String>
The property filter.