ViewTypeName

Template to get the type name of a view.

static if(isWebServer || !isWeb)
template ViewTypeName (
string name
)

Parameters

name

The name of the view.

Meta