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

相关内容

热门资讯

九分钟辅助!微乐小程序免费黑科... 九分钟辅助!微乐小程序免费黑科技,微乐小程游戏破解器下载(开挂)原来真的有挂(2026)1、全新机制...
透视透视!微乐小程序免费黑科技... 透视透视!微乐小程序免费黑科技,微乐自建房辅助神器怎么安装(透视)一贯是真的挂(哔哩哔哩)在进入微乐...
十分钟插件!微乐小程序黑科技,... 十分钟插件!微乐小程序黑科技,微信小程序微乐为什么老输(开挂)一贯有挂(2026)1、进入游戏-大厅...
2026版教程!微乐小程序免费... 2026版教程!微乐小程序免费黑科技,陕西微乐挖坑小程序脚本(透视)总是是有挂(哔哩哔哩)陕西微乐挖...
第八分钟辅助!微乐小程序免费黑... 第八分钟辅助!微乐小程序免费黑科技,微乐小程序黑科技下载(开挂)切实是真的挂(2026)1、超多福利...
透视最新!微乐小程序黑科技,微... 透视最新!微乐小程序黑科技,微乐小程序辅助器免费安卓(透视)一直真的有挂(哔哩哔哩)1)微乐小程序辅...
9分钟下载!微乐小程序黑科技,... 9分钟下载!微乐小程序黑科技,微乐春天小程序辅助(开挂)切实是有挂(2026)1、全新机制【微乐小程...
记者获悉!微乐小程序免费黑科技... 记者获悉!微乐小程序免费黑科技,微乐降序自建房辅助app(透视)确实有挂(哔哩哔哩)1、实时微乐降序...
1分钟工具!微乐小程序黑科技,... 1分钟工具!微乐小程序黑科技,微乐南昌辅助神器(开挂)确实有挂(2026)1、很好的工具软件,可以解...
做出回应!微乐小程序免费黑科技... 做出回应!微乐小程序免费黑科技,微乐锄大地脚本(透视)真是有挂(哔哩哔哩)1、做出回应!微乐小程序免...