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

相关内容

热门资讯

透视总结!wpk透视是真的假的... 透视总结!wpk透视是真的假的,wpk作必弊是真的吗(透视)真是存在有透视工具(哔哩哔哩)1)wpk...
透视练习!aapoker透视怎... 透视练习!aapoker透视怎么用,aapoker怎么设置抽水(透视)一直是真的脚本攻略(哔哩哔哩)...
透视演示!约局吧德州透视,we... 透视演示!约局吧德州透视,wepoker手机版辅助(透视)总是存在有挂(哔哩哔哩)1、每一步都需要思...
透视模板!wpk私人局辅助是真... 透视模板!wpk私人局辅助是真的吗,wpk模拟器是什么(透视)竟然真的有脚本神器(哔哩哔哩)1、起透...
透视积累!拱趴大菠萝怎么开挂,... 透视积累!拱趴大菠萝怎么开挂,wepoker软件辅助程序(透视)一直有挂(哔哩哔哩)该软件可以轻松地...
透视法门!epoker底牌透视... 透视法门!epoker底牌透视,epoker透视(透视)一直有脚本神器(哔哩哔哩)epoker底牌透...
透视资料!poker mast... 透视资料!poker master辅助,hhpoker软件靠谱吗(透视)一贯是真的挂(哔哩哔哩)1、...
透视方案!约局吧如何查看是否有... 透视方案!约局吧如何查看是否有挂,uupoker有透视吗(透视)其实存在有脚本器(哔哩哔哩)进入游戏...
透视手筋!werplan有挂吗... 透视手筋!werplan有挂吗,pokemomo辅助工具(透视)总是有挂(哔哩哔哩)1、进入到pok...
透视阶段!wpk俱乐部辅助器,... 透视阶段!wpk俱乐部辅助器,wpk俱乐部辅助器(透视)本来是有透视方法(哔哩哔哩)1、wpk俱乐部...