Skip to content

Validation().server

The Validation().server property “marks” all the methods invokations following after it as being invoked on the server side only and ignored on the client side.

Value

The Validation object.

Description

The purpose of this property is to provide a way of adding constraints and state callbacks to a Validation object separately for the client and server side.

Examples

See “Execution environment separation”.