##### @AddCssLinkHeader
>@AddCssLinkHeader(string cssRelPath)
##### @AddJsScriptHeader
>@AddJsScriptHeader(string jsRelPath)
##### @AddPreProcessData
*This method add the meta data to a specific cache list, so the we can use that data in the module code, before the razor template is rendered. This allows us to use the metadata token to add data selection information, like search filters and sort before we get the data from the DB.*
>@AddPreProcessData(String metaKey, String metaValue,String templateFullName,String moduleId)
##### @AddProcessData
>@AddProcessData(String metaKey, String metaValue, String templateFullName)
##### @AddProcessData
>@AddProcessData(String metaType, String metaValue)
##### @BreakOf
>@BreakOf(IEncodedString strIn)
##### @BreakOf
>@BreakOf(SimplisityInfo info, String xpath)
##### @BreakOf
>@BreakOf(String strIn)
##### @CheckBox
>@CheckBox(SimplisityInfo info, String xpath,String text, String attributes = "", Boolean defaultValue = false, bool localized = false, int row = 0, string listname = "")
##### @CheckBoxList
>@CheckBoxList(SimplisityInfo info, string xpath, Dictionary<string, string> dataDictionary, string attributes = "", bool defaultValue = false, bool localized = false, int row = 0, string listname = "")
##### @CheckBoxList
>@CheckBoxList(SimplisityInfo info, string xpath, string datavalue, string datatext, string attributes = "", bool defaultValue = false, bool localized = false, int row = 0, string listname = "")
##### @CheckBoxListOf
>@CheckBoxListOf(SimplisityInfo info, String xpath, String datavalue, String datatext, String attributes = "")
##### @DateOf
>@DateOf(DateTime dateTime, String cultureCode, String format = "g")
##### @DateOf
>@DateOf(SimplisityInfo info, String xpath, bool displayEmpty, String cultureCode, String format = "d")
##### @DateOf
>@DateOf(SimplisityInfo info, String xpath, String cultureCode, String format = "d")
##### @DropDownList
>@DropDownList(SimplisityInfo info, String xpath, Dictionary<string,string> dataDictionary, String attributes = "", String defaultValue = "", bool localized = false, int row = 0, string listname = "")
##### @DropDownList
>@DropDownList(SimplisityInfo info, String xpath, String datavalue, String datatext, String attributes = "", String defaultValue = "", bool localized = false, int row = 0, string listname = "")
##### @EmailOf
>@EmailOf(SimplisityInfo info, String xpath, string subject = "", string visibleText = "")
##### @FileSelectList
>@FileSelectList(SimplisityInfo info, String xpath, String mappathRootFolder, String attributes = "", Boolean allowEmpty = true, bool localized = false)
##### @FileSelectList
>@FileSelectList(string selectedfilename, String mappathRootFolder, String attributes = "", Boolean allowEmpty = true)
##### @FolderSelectList
>@FolderSelectList(SimplisityInfo info, String xpath, String mappathRootFolder, String attributes = "", Boolean allowEmpty = true, bool localized = false)
##### @HiddenField
>@HiddenField(SimplisityInfo info, String xpath, String attributes = "", String defaultValue = "", bool localized = false, int row = 0, string listname = "")
##### @HtmlOf
>@HtmlOf(SimplisityInfo info, String xpath)
##### @HtmlOf
>@HtmlOf(String htmlString)
##### @RadioButtonList
>@RadioButtonList(SimplisityInfo info, string xpath, Dictionary<string, string> dataDictionary, string attributes = "", string defaultValue = "", string labelattributes = "", bool localized = false, int row = 0, string listname = "", string inputclass = "")
##### @RadioButtonList
>@RadioButtonList(SimplisityInfo info, string xpath, string datavalue, string datatext, string attributes = "", string defaultValue = "",string labelattributes = "", bool localized = false, int row = 0, string listname = "", string inputclass = "")
##### @SecuritySiteKey
*This token is used to place a siteKey onto the return template. This key can then be checked by the client module to confirm a valid template has been returned.*
>@SecuritySiteKey(SessionParams sessionParams)
##### @SFields
>@SFields(params string[] sFields)
##### @SortableListIndex
*outputs the index fields required for a list, so we can process a sort order correctly.*
>@SortableListIndex(SimplisityInfo info, int row)
##### @Succinct
*Succinct shortens your text to a specified size, and then dots to the end.*
>@Succinct(string value, int size, bool showdots = true)
##### @TextArea
>@TextArea(SimplisityInfo info, String xpath, String attributes = "", String defaultValue = "", bool localized = false, int row = 0, string listname = "")
##### @TextBox
>@TextBox(SimplisityInfo info, String xpath, String attributes = "", String defaultValue = "", bool localized = false, int row = 0, string listname = "", string type = "text")
##### @TextBoxDate
>@TextBoxDate(SimplisityInfo info, String xpath, String attributes = "", String defaultValue = "", bool localized = false, int row = 0, string listname = "")