Template

UDA to put on a method when using WebPresenterWithTemplateSupport. Overrides default generic element formatting and instead uses the specified template name to render the return value.

Inside the template, the value returned by the function will be available in the context as the variable data.

struct Template {
string name;
}

Meta