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)

public:
property ICollection<String^>^ Exclude {
	virtual ICollection<String^>^ get();
}

Property Value

Type: System.Collections.Generic::ICollection<String^>^

The exclude list.

Return to top
Show: