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

相关内容

热门资讯

透视专业"wepok... 透视专业"wepoker辅助软件视频"一直是有辅助软件(哔哩哔哩)透视专业"wepoker辅助软件视...
透视了解"约局吧德州... 透视了解"约局吧德州真的存在透视吗"确实是有辅助挂(哔哩哔哩)1、实时约局吧德州真的存在透视吗透视辅...
透视教你"pokem... 透视教你"pokemmo脚本手机版"原来是真的辅助脚本(哔哩哔哩)1、用户打开应用后不用登录就可以直...
透视推荐"wepok... 透视推荐"wepoker插件下载"真是有辅助脚本(哔哩哔哩)运wepoker插件下载辅助工具,进入游...
透视解迷"wepok... 透视解迷"wepoker能不能透视"本来存在有辅助插件(哔哩哔哩)1、任何wepoker能不能透视透...
透视专业"wepok... 透视专业"wepoker私人辅助器"都是是有辅助app(哔哩哔哩);1、打开软件启动之后找到中间准星...
透视解迷"we-po... 透视解迷"we-poker辅助"总是有辅助攻略(哔哩哔哩)在进入we-poker辅助软件靠谱后,参与...
透视有挂"we-po... 透视有挂"we-poker辅助器"原来有辅助插件(哔哩哔哩)1、该软件可以轻松地帮助玩家将we-po...
透视必备"xpoke... 透视必备"xpoker辅助怎么用"其实真的有辅助攻略(哔哩哔哩)xpoker辅助怎么用透视方法中分为...
透视详细"wepok... 透视详细"wepoker好友房开挂"确实真的是有辅助教程(哔哩哔哩)1、在wepoker好友房开挂插...