Click or drag to resize
IFormComponentBinderIsModelValid Method
Checks whether model with specified prefix is valid.

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

Parameters

prefix
Type: SystemString

Return Value

Type: Boolean
True when model is valid, otherwise false.
See Also