RemoveCore(String)
Remove a Core.
Namespace: PureMVC.Patterns.FacadeAssembly: PureMVC in (PureMVC.dll)
Syntax
C#
public static void RemoveCore( string key )
Parameters
key
StringmultitonKey of the Core to remove
Remarks
Remove the Model, View, Controller and Facade instances for the given key.