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有透视底牌吗(透视)pokemmo脚本手机版,教程法子(有挂存在)-哔哩哔哩...
透视解密!wepoker有插件... 透视解密!wepoker有插件吗(透视)hhpoker破解工具,教程法门(有挂教学)-哔哩哔哩;1、...
透视曝光!pokemmo辅助器... 透视曝光!pokemmo辅助器脚本下载(透视)wepoker私人局怎么玩,教程模板(真的有挂)-哔哩...
透视关于!wepoker底牌透... 透视关于!wepoker底牌透视(透视)wepoker手机版辅助,教程课程(的确有挂)-哔哩哔哩运w...
透视解密!we-poker辅助... 透视解密!we-poker辅助软件教程(透视)wpk模拟器是什么,教程手筋(有挂解密)-哔哩哔哩1、...
透视详情!德州私人局怎么透视(... 透视详情!德州私人局怎么透视(透视)hhpoker德州透视挂,教程方式(有挂细节)-哔哩哔哩该软件可...
透视教你!如何下载wpk透视版... 透视教你!如何下载wpk透视版(透视)wepoker辅助器软件下载,教程法子(有挂规律)-哔哩哔哩1...
透视普及!wepokerplu... 透视普及!wepokerplus辅助(透视)红龙poker辅助工具,教程要领(有挂方法)-哔哩哔哩亲...
透视详细!we poker插件... 透视详细!we poker插件(透视)红龙poker有辅助吗,教程秘籍(有挂秘笈)-哔哩哔哩该软件可...
透视开挂!有没有人wepoke... 透视开挂!有没有人wepoker(透视)wepoker怎么获得好牌,教程技法(今日头条)-哔哩哔哩1...