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; } }

相关内容

热门资讯

透视普及"wepok... 透视普及"wepoker有辅助器吗"真是有辅助技巧(哔哩哔哩)亲,关键说明,wepoker有辅助器吗...
透视分享"hhpok... 透视分享"hhpoker可以开挂吗"其实存在有辅助技巧(哔哩哔哩)hhpoker可以开挂吗破解侠是真...
透视专业"wepok... 透视专业"wepoker好友助力码"真是真的有辅助技巧(哔哩哔哩)亲,关键说明,wepoker好友助...
透视有挂"hhpok... 透视有挂"hhpoker作必弊码"一直真的是有辅助攻略(哔哩哔哩)1、下载好hhpoker作必弊码透...
透视详细"wepok... 透视详细"wepoker有插件吗"切实是有辅助技巧(哔哩哔哩)1、wepoker有插件吗辅助器安装包...
透视揭幕"hh po... 透视揭幕"hh poker辅助有用吗"都是是真的辅助教程(哔哩哔哩)1、操作简单,无需hh poke...
透视了解"德州局怎么... 透视了解"德州局怎么透视"竟然真的有辅助app(哔哩哔哩)1、每一步都需要思考,不同水平的挑战德州局...
透视开挂"wepok... 透视开挂"wepoker如何设置透视"总是存在有辅助方法(哔哩哔哩)wepoker如何设置透视是不是...
透视详情"德普之星透... 透视详情"德普之星透视"其实有辅助工具(哔哩哔哩)1、德普之星透视免费脚本咨询教程、德普之星透视免费...
透视了解"hhpok... 透视了解"hhpoker德州牛仔视频"其实真的有辅助挂(哔哩哔哩)运hhpoker德州牛仔视频辅助工...