Click or drag to resize
FormComponentModifyMetadata Method
Modifies modelMetadata according to the current object.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public void ModifyMetadata(
	ModelMetadata modelMetadata
)

Parameters

modelMetadata
Type: ModelMetadata
Metadata to modify.
Remarks
Sets display names for properties annotated by BindablePropertyAttribute according to Label. If property is annotated with DisplayAttribute then the value of the attribute is used.
See Also