HttpRequestExtensions.UnbindFormVarsToObject
Unbinds form variable data to an instantiated object by matching form variable name to a property name and only updating properties that have matching form variables and leaving the rest alone.
public static List<ValidationError> UnbindFormVarsToObject(HttpRequest request, object targetObject, string propertyExceptions, string formvarPrefixes)
Remarks
Only updates immediate instance properties - does not handle nested objects or collections
© West Wind Technologies, 2025 • Updated: 2025-03-06
Comment or report problem with topic