コード例 #1
0
        public ActionResult About()
        {
            var staticTextViewModel = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextHomeAbout);

            return(View(staticTextViewModel));
        }
コード例 #2
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextToolsInfo, "tools");

            return(View(pageStaticText));
        }
コード例 #3
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextAudioBooksInfo);

            return(View(pageStaticText));
        }
コード例 #4
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextBibliographiesInfo, "bibliographies");

            return(View(pageStaticText));
        }
コード例 #5
0
        public ActionResult Help()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextDictionaryHelp, "dict");

            return(View(pageStaticText));
        }
コード例 #6
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextGrammarInfo, "grammar");

            return(View(pageStaticText));
        }
コード例 #7
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextProfessionalInfo, "professional");

            return(View(pageStaticText));
        }
コード例 #8
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextCardFilesInfo, "cardfiles");

            return(View(pageStaticText));
        }