ParameterBindingInfo.Include Property

Visual Studio 2010

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

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

'Declaration
Public Overridable ReadOnly Property Include As ICollection(Of String)
	Get

Property Value

Type: System.Collections.Generic.ICollection(Of String)
The include list.

Community Additions

ADD
Show: