ApplyModel

void ISubController.ApplyModel(string xml)

Replaces this sub-controller with a new instance based on the model contained in the XML controller description string.

Parameters

xml – String containing the XML controller description to apply on this sub-controller.

Throws
Remarks

Equivalent to: ((ITopController)(subController.Parent)).ApplyModel(xml,new[]{subController});