I hereby claim:
- I am wheelibin on github.
- I am wheelibin (https://keybase.io/wheelibin) on keybase.
- I have a public key ASCPMVwNGu1I-fzAlOXeugjZaL3PNwW5mR_funC5Idv_pAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
public abstract class ModelStateTempDataTransfer : ActionFilterAttribute | |
{ | |
protected static readonly string Key = typeof(ModelStateTempDataTransfer).FullName; | |
} | |
public class ExportModelStateToTempData : ModelStateTempDataTransfer | |
{ | |
public override void OnActionExecuted(ActionExecutedContext filterContext) | |
{ | |
//Only export when ModelState is not valid |