ASPNETMVC无法接受空的日期时间(NullDatetime)
创始人
2024-09-20 09:31:32
0

在 ASP NET MVC 中,当从视图中传递 DateTime 属性时,如果该属性为 null,就会抛出异常。可以通过以下两种方式解决:

  1. 将 DateTime 属性声明为可空类型,如下所示:

public class MyClass { public DateTime? MyDateTime { get; set; } }

在视图中,如果该属性为空,则可以这样进行检查:

@if (Model.MyDateTime.HasValue) { // DateTime 不为 null 的操作 } else { // DateTime 为 null 的操作 }

  1. 使用自定义模型绑定器

在自定义模型绑定器中,我们可以重写默认的行为,使其能够接受空值。以下是示例代码:

public class NullableDateTimeModelBinder : IModelBinder { public object BindModel(ControllerContext controllerContext, ModelBindingContext bindingContext) { var valueProviderResult = bindingContext.ValueProvider.GetValue(bindingContext.ModelName);

    if (valueProviderResult == null || string.IsNullOrEmpty(valueProviderResult.AttemptedValue))
    {
        return null;
    }

    DateTime.TryParse(valueProviderResult.AttemptedValue, CultureInfo.CurrentCulture, DateTimeStyles.None, out DateTime dateValue);

    return dateValue;
}

}

然后,在全局.asax.cs 中注册模型绑定器:

protected void Application_Start() { // ... ModelBinders.Binders.Add(typeof(DateTime?), new NullableDateTimeModelBinder()); }

在视图中,将 DateTime 属性声明为可空类型即可:

public class MyClass { public DateTime? MyDateTime { get; set; } }

相关内容

热门资讯

微乐小程序授权!微乐小程序黑科... 微乐小程序授权!微乐小程序黑科技(透视)技巧-好像辅助是真的挂1、实时微乐小程序黑科技透视辅助更新:...
第五分钟安装!微乐小程序游戏辅... 第五分钟安装!微乐小程序游戏辅助器脚本官网,微乐小程序免费黑科技,课程教程(有挂下载)-哔哩哔哩1、...
微信小程序微乐房间有挂吗!微乐... 微信小程序微乐房间有挂吗!微乐小程序免费黑科技(透视)挂-总是了解存在有挂;1、游戏颠覆性的策略玩法...
三分钟插件!微乐自建房辅助软件... 三分钟插件!微乐自建房辅助软件下载,微乐小程序免费黑科技,举措教程(有挂脚本)-哔哩哔哩1、金币登录...
微信小程序 微乐陕西挖坑 外挂... 微信小程序 微乐陕西挖坑 外挂!微乐小程序黑科技(透视)app-真是曝光有挂1、每一步都需要思考,不...
第一分钟插件!微乐自建房怎么挂... 第一分钟插件!微乐自建房怎么挂脚本,微乐小程序黑科技,绝活儿教程(有挂工具)-哔哩哔哩1、进入游戏-...
微乐陕西麻将破解!微乐小程序免... 微乐陕西麻将破解!微乐小程序免费黑科技(透视)软件-总是揭幕真的有挂1、在微乐小程序免费黑科技插件功...
第1分钟插件!微信小程序微乐陕... 第1分钟插件!微信小程序微乐陕西挖坑辅助,微乐小程序免费黑科技,指引教程(有挂安装)-哔哩哔哩1)微...
微信小程序微乐破解器2025!... 微信小程序微乐破解器2025!微乐小程序免费黑科技(透视)app-都是教你存在有挂1、任何微乐小程序...
第十分钟脚本!微乐小程序辅助器... 第十分钟脚本!微乐小程序辅助器代理,微乐小程序黑科技,技法教程(有挂神器)-哔哩哔哩1、很好的工具软...