ParameterBindingInfo.Exclude Property

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)

'Declaration
Public Overridable ReadOnly Property Exclude As ICollection(Of String)
	Get
'Usage
Dim instance As ParameterBindingInfo 
Dim value As ICollection(Of String)

value = instance.Exclude

Property Value

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