Component

This class will parse a DUI file and automatically create a user interface based on that DUI file.

Type Params: file = The name of the DUI file. This file should be present in the views directory and end with the .dui extension.

abstract
class Component : ComponentFromTag!(parseDUI!file)(
string file
) {}

Constructors

this
this()

Instantiates a DUI file.

Meta