ControllerMapToControllerTemplateMapT Method |
Converts the Controller Map to a Controller Template Map.
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ControllerTemplateMap ToControllerTemplateMap<T>()
where T : class
Type Parameters
- T
- The Controller Template interface type. The Controller that owns this Controller Map must implement this Controller Template type.
Return Value
Type:
ControllerTemplateMapReturns the Controller Template Map. Returns null on failure.
See Also