This topic has not yet been rated - Rate this topic

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)
public string Exclude { get; set; }

Property Value

Type: System.String
The exclude list.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.