Exemplo n.º 1
0
        public ActionResult About()
        {
            var staticTextViewModel = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextHomeAbout);

            return(View(staticTextViewModel));
        }
Exemplo n.º 2
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextToolsInfo, "tools");

            return(View(pageStaticText));
        }
Exemplo n.º 3
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextAudioBooksInfo);

            return(View(pageStaticText));
        }
Exemplo n.º 4
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextBibliographiesInfo, "bibliographies");

            return(View(pageStaticText));
        }
Exemplo n.º 5
0
        public ActionResult Help()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextDictionaryHelp, "dict");

            return(View(pageStaticText));
        }
Exemplo n.º 6
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextGrammarInfo, "grammar");

            return(View(pageStaticText));
        }
Exemplo n.º 7
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextProfessionalInfo, "professional");

            return(View(pageStaticText));
        }
Exemplo n.º 8
0
        public ActionResult Information()
        {
            var pageStaticText = m_staticTextManager.GetRenderedHtmlText(StaticTexts.TextCardFilesInfo, "cardfiles");

            return(View(pageStaticText));
        }