Click or drag to resize
IFormComponentBinderRemoveFromModelState Method
Removes entries with specified prefix prefix from the model state.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
void RemoveFromModelState(
	string prefix
)

Parameters

prefix
Type: SystemString
See Also