BaseController.mapValue

Maps a value that was passed to the route in a RESTful manner.

class BaseController
package
void
mapValue
(
T
)
(
string data
,
string mapName = null
)

Parameters

data string

The to be mapped.

mapName string

The name to map it as. If no name is passed then conversion is just validated.

Meta