noActionMappingFormat

The format used for no-action formats.

static if(isWeb)
enum noActionMappingFormat = q{ static if (hasUDA!(%1$s.%2$s, HttpNoAction)) { mapNoAction(&controller.%2$s); } };

Meta