People on SO often say:"A ViewModel
holds methods that can be executed by the view, properties to indicate how toggle view elements, etc. ..."
When my ViewModel
is sent as a WebApi response to the client serialized to JSON
, how can this ViewModel
execute a method on the client?
This is not clear at all to me.