ControllerTemplateMapToControllerMap Method |
Converts the Controller Template Map to a Controller Map.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ControllerMap ToControllerMap(
Controller controller
)
Parameters
- controller Controller
- The Controller for which to build the Controller Map.
Return Value
ControllerMapReturns the Controller Map.
See Also