Unbinds form variable data into a model object.
public static List<BindingError> Unbind(object model, string propertyExceptions, string formvarPrefixes)
Parameters
model
Object to unbind to
propertyExceptions
Properties to skip
formvarPrefixes
Form Variable prefixes to include. Prefix is stripped. (txtName maps to Name)
Overloads:
See also:
Class FormVariableBinder© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic