예제 #1
0
        public ActionResult Index()
        {
            var content = StaticContents.GetByName("Rules");

            content.Content = HttpUtility.HtmlDecode(content.Content);

            return(View(model: content));
        }
예제 #2
0
        public ActionResult Index()
        {
            ContactUsInfo model = new ContactUsInfo();

            var desc = StaticContents.GetByName("ContactUs").Content;

            model.Content = HttpUtility.HtmlDecode(desc);

            return(View(model: model));
        }
        public ActionResult Index()
        {
            var content = StaticContents.GetByName("TrackOrder").Content;

            return(View(model: content));
        }