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

相关内容

热门资讯

一分钟了解!红龙poker辅助... 一分钟了解!红龙poker辅助(辅助挂)确实是有挂(有挂方针)1、红龙poker辅助公共底牌简单,红...
技术分享!德普之星私人局辅助免... 技术分享!德普之星私人局辅助免费(辅助挂)切实是有挂(有挂神器)1、该软件可以轻松地帮助玩家将德普之...
一分钟教你!wepoker轻量... 一分钟教你!wepoker轻量版有透视吗(辅助挂)一贯是有挂(真的有挂)1、首先打开wepoker轻...
推荐一款!wepoker免费脚... 推荐一款!wepoker免费脚本咨询(辅助挂)本来有挂(今日头条)wepoker免费脚本咨询透视方法...
每日必备!wepokerplu... 每日必备!wepokerplus到底是挂了吗(辅助挂)好像真的有挂(有挂秘笈)1、游戏颠覆性的策略玩...
玩家必知教程!wpk有那种辅助... 玩家必知教程!wpk有那种辅助吗(辅助挂)本来存在有挂(有挂辅助)1、每一步都需要思考,不同水平的挑...
分享实测!wepoker网页版... 分享实测!wepoker网页版透视方法(辅助挂)都是真的有挂(有挂分析)1、wepoker网页版透视...
玩家实测!wpk插件辅助(辅助... 玩家实测!wpk插件辅助(辅助挂)总是是真的有挂(有挂技巧)1)wpk插件辅助有没有挂:进一步探索w...
查到实测!wepoker怎么看... 查到实测!wepoker怎么看牌型(辅助挂)真是是真的有挂(有挂总结)wepoker怎么看牌型脚本下...
一分钟教你!xpoker怎么作... 一分钟教你!xpoker怎么作弊(辅助挂)总是有挂(有挂方略)xpoker怎么作弊脚本下载中分为三种...