@* For more information on enabling MVC for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860 *@ @using SuperCms.Controllers; @using SuperCms.Models; @using System.Globalization; @model ConfigViewModel @{ // set today date for all String ranStr = UtilsController.RandomString(10, true); }