FormVariableBinder.PropertyInclusionList

Explicit List of properties that should be unbound.

If you specify any values in this list only these keys will be checked for in the Request.Form collection - all others are excluded regardless of the exclusion list.

Values in the list can either be:

  • Full key name that includes the Prefix (ie. "Product.Price")
  • Partial key name that has stripped the Prefix (ie. "Price")
public List<string> PropertyInclusionList

© West Wind Technologies, 2025 • Updated: 2025-03-06
Comment or report problem with topic