Inheritance: System.Web.Mvc.FileContentResult, IT4MVCActionResult
 public override System.Web.Mvc.FileContentResult SomeFileContentResultAction() {
     var callInfo = new T4MVC_FileContentResult(Area, Name, ActionNames.SomeFileContentResultAction);
     return callInfo;
 }
 public override System.Web.Mvc.FileContentResult GetCaptchaImage(string id) {
     var callInfo = new T4MVC_FileContentResult(Area, Name, ActionNames.GetCaptchaImage);
     ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
     return callInfo;
 }
        public override System.Web.Mvc.FileContentResult SomeFileContentResultAction()
        {
            var callInfo = new T4MVC_FileContentResult(Area, Name, ActionNames.SomeFileContentResultAction);

            return(callInfo);
        }