DefineTag.TagHelper

Generate a helper function to create the tag using just the tag name instead of the full class name.

template DefineTag(alias name, bool isVoidTag = false)
mixin template TagHelper (
string symbol
string name
) {}

Meta