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、用户打开...
透视学习!wepoker私人局... 透视学习!wepoker私人局规律,wepoker插件程序激活码(透视)果然有透视方法(哔哩哔哩)1...
透视办法!wepoker插件功... 透视办法!wepoker插件功能辅助器,wepoker免费透视脚本(透视)原来是真的透视方法(哔哩哔...
透视教材!aapoker怎么提... 透视教材!aapoker怎么提高中牌率,aapoker能控制牌吗(透视)确实真的有透视插件(哔哩哔哩...
透视办法!wpk模拟器多开,w... 透视办法!wpk模拟器多开,wpk安卓下载辅助(透视)确实有透视软件(哔哩哔哩)1、每一步都需要思考...
透视窍门!aapoker辅助软... 透视窍门!aapoker辅助软件合法吗,aapoker脚本(透视)一贯有透视技巧(哔哩哔哩)1、aa...
透视指引!德州私人局脚本,拱趴... 透视指引!德州私人局脚本,拱趴大菠萝怎么开挂(透视)都是存在有透视器(哔哩哔哩)亲,关键说明,拱趴大...
透视妙招!hhpoker德州挂... 透视妙招!hhpoker德州挂真的有吗,hhpoker可以开挂吗(透视)好像是真的脚本挂(哔哩哔哩)...
透视大纲!德普之星辅助软件,德... 透视大纲!德普之星辅助软件,德普之星透视免费(透视)切实存在有脚本器(哔哩哔哩)1、金币登录送、破产...
透视机巧!aa poker透视... 透视机巧!aa poker透视软件,aapoker怎么开辅助器(透视)好像存在有透视神器(哔哩哔哩)...