ParameterBindingInfo.Exclude Property

Visual Studio 2010

Gets a comma-delimited list of property names for which binding is disabled.

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

public virtual ICollection<string> Exclude { get; }

Property Value

Type: System.Collections.Generic.ICollection<String>
The exclude list.

Community Additions

ADD
Show: