Пример #1
0
        public override System.Web.Mvc.ContentResult MarkdownPreview(string data)
        {
            var callInfo = new T4MVC_ContentResult(Area, Name, ActionNames.MarkdownPreview);

            callInfo.RouteValueDictionary.Add("data", data);
            return(callInfo);
        }
        public override System.Web.Mvc.ContentResult ProcessWaitingNotesNow()
        {
            var callInfo = new T4MVC_ContentResult(Area, Name, ActionNames.ProcessWaitingNotesNow);

            return(callInfo);
        }
 public override System.Web.Mvc.ContentResult MarkdownPreview(string data) {
     var callInfo = new T4MVC_ContentResult(Area, Name, ActionNames.MarkdownPreview);
     callInfo.RouteValueDictionary.Add("data", data);
     return callInfo;
 }
 public override System.Web.Mvc.ContentResult ProcessWaitingNotesNow() {
     var callInfo = new T4MVC_ContentResult(Area, Name, ActionNames.ProcessWaitingNotesNow);
     return callInfo;
 }