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)
Syntax
'Declaration
Public Overridable ReadOnly Property Include As ICollection(Of String)
Get
public virtual ICollection<string> Include { get; }
public:
virtual property ICollection<String^>^ Include {
ICollection<String^>^ get ();
}
Property Value
Type: System.Collections.Generic.ICollection<String>
The include list.