BindAttribute.Exclude Property
Gets or sets a comma-delimited list of property names for which binding is not allowed.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property Exclude As String
Get
Set
public string Exclude { get; set; }
public:
property String^ Exclude {
String^ get ();
void set (String^ value);
}
Property Value
Type: System.String
The exclude list.