ParameterBindingInfo.Include Property

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)

function get Include () : ICollection<String>

Property Value

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