public ActionResult Report(ReportModel reportModel)
        {
            var response = _commentReportingUiService.Report(reportModel);

            return(RedirectToPage(response));
        }
示例#2
0
        public ActionResult Report([IoCModelBinder(typeof(SetIPAddressModelBinder))] ReportModel reportModel)
        {
            var response = _commentReportingUiService.Report(reportModel);

            return(RedirectToPage(response));
        }