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

相关内容

热门资讯

一分钟秒懂!拱趴大菠萝万能辅助... 一分钟秒懂!拱趴大菠萝万能辅助器(辅助挂)本来存在有挂(真的有挂辅助方法)在进入软件靠谱后,参与本局...
实测交流!wepoker有辅助... 实测交流!wepoker有辅助工具吗(辅助挂)一贯真的是有挂(有挂细节辅助脚本)1、玩家可以在透视最...
玩家必看科普!we-poker... 玩家必看科普!we-poker辅助器(辅助挂)都是有挂(有挂细节辅助教程)1、免费辅助多个强度级别选...
玩家必看攻略!德普之星辅助软件... 玩家必看攻略!德普之星辅助软件(辅助挂)好像是真的有挂(有挂解惑辅助方法)1、免费辅助多个强度级别选...
大家学习交流!hhpoker作... 大家学习交流!hhpoker作弊实战视频(辅助挂)真是真的有挂(有挂攻略辅助插件)1、超多福利:超高...
如何分辨真伪!wepoker好... 如何分辨真伪!wepoker好友房开挂(辅助挂)其实有挂(存在有挂辅助技巧);1、模拟器是什么优化,...
重大消息!wepoker辅助插... 重大消息!wepoker辅助插件功能(辅助挂)确实是有挂(有挂秘笈辅助软件)1、打开软件启动之后找到...
带你了解!agpoker辅助(... 带你了解!agpoker辅助(辅助挂)一贯有挂(有挂方式辅助工具)1、进入到是否有挂之后,能看到左侧...
必看攻略!pokemmo辅助器... 必看攻略!pokemmo辅助器脚本下载(辅助挂)竟然真的是有挂(新版有挂辅助插件)能透视中分为三种模...
发现一款!hhpoker到底可... 发现一款!hhpoker到底可以作弊码(辅助挂)其实真的有挂(有挂秘籍辅助app)所有人都在同一条线...