DefaultBinderBlackListedPropertyNames Property |
Version 63.0.0
List of property names to be ignored
Namespace: CefSharp.ModelBindingAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax public IEnumerable<string> BlackListedPropertyNames { get; set; }
public:
property IEnumerable<String^>^ BlackListedPropertyNames {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
Property Value
Type:
IEnumerableStringSee Also