IFormComponentBinderIsModelValid Method |
Checks whether model with specified prefix is valid.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax bool IsModelValid(
string prefix
)
Parameters
- prefix
- Type: SystemString
Return Value
Type:
BooleanTrue when model is valid, otherwise false.
See Also