ASP.NET Core MVC自定义验证比较日期
创始人
2024-09-15 09:30:38
0

要在ASP.NET Core MVC中进行自定义日期比较验证,可以通过创建自定义验证属性来实现。以下是一个示例代码:

首先,创建一个名为"DateCompareAttribute"的类,继承自"ValidationAttribute"。

using System;
using System.ComponentModel.DataAnnotations;

public class DateCompareAttribute : ValidationAttribute
{
    private readonly string _comparisonProperty;

    public DateCompareAttribute(string comparisonProperty)
    {
        _comparisonProperty = comparisonProperty;
    }

    protected override ValidationResult IsValid(object value, ValidationContext validationContext)
    {
        var property = validationContext.ObjectType.GetProperty(_comparisonProperty);

        if (property == null)
        {
            throw new ArgumentException("比较属性名称无效");
        }

        var comparisonValue = property.GetValue(validationContext.ObjectInstance);

        if (value == null || comparisonValue == null)
        {
            return ValidationResult.Success;
        }

        if (!(value is DateTime) || !(comparisonValue is DateTime))
        {
            throw new ArgumentException("该属性只能用于DateTime类型的属性");
        }

        var date = (DateTime)value;
        var comparisonDate = (DateTime)comparisonValue;

        if (DateTime.Compare(date, comparisonDate) > 0)
        {
            return new ValidationResult(ErrorMessage);
        }

        return ValidationResult.Success;
    }
}

接下来,使用"DateCompareAttribute"来装饰需要进行日期比较验证的属性。

public class MyViewModel
{
    [Display(Name = "开始日期")]
    public DateTime StartDate { get; set; }

    [Display(Name = "结束日期")]
    [DateCompare("StartDate", ErrorMessage = "结束日期必须晚于开始日期")]
    public DateTime EndDate { get; set; }
}

在上述代码中,"EndDate"属性使用了"DateCompare"属性,并指定了需要比较的属性名称为"StartDate"。如果"EndDate"的值早于或等于"StartDate"的值,将返回指定的错误消息。

最后,在控制器中进行模型验证即可。

[HttpPost]
public IActionResult Create(MyViewModel model)
{
    if (ModelState.IsValid)
    {
        // 模型验证通过,执行其他逻辑
        return RedirectToAction("Index");
    }

    return View(model);
}

以上就是通过自定义验证属性实现ASP.NET Core MVC的日期比较验证的解决方法。

相关内容

热门资讯

记者揭秘!智星菠萝辅助(透视辅... 记者揭秘!智星菠萝辅助(透视辅助)拱趴大菠萝辅助神器,扑克教程(有挂细节);模式供您选择,了解更新找...
一分钟揭秘!约局吧能能开挂(透... 一分钟揭秘!约局吧能能开挂(透视辅助)hhpoker辅助靠谱,2024新版教程(有挂教学);约局吧能...
透视辅助!wepoker模拟器... 透视辅助!wepoker模拟器哪个好用(脚本)hhpoker辅助挂是真的,科技教程(有挂技巧);囊括...
透视代打!hhpkoer辅助器... 透视代打!hhpkoer辅助器视频(辅助挂)pokemmo脚本辅助,2024新版教程(有挂教程);风...
透视了解!约局吧德州真的有透视... 透视了解!约局吧德州真的有透视挂(透视脚本)德州局HHpoker透视脚本,必胜教程(有挂分析);亲,...
六分钟了解!wepoker挂底... 六分钟了解!wepoker挂底牌(透视)德普之星开辅助,详细教程(有挂解密);德普之星开辅助是一种具...
9分钟了解!wpk私人辅助(透... 9分钟了解!wpk私人辅助(透视)hhpoker德州透视,插件教程(有挂教学);风靡全球的特色经典游...
推荐一款!wepoker究竟有... 推荐一款!wepoker究竟有透视(脚本)哈糖大菠萝开挂,介绍教程(有挂技术);囊括全国各种wepo...
每日必备!wepoker有人用... 每日必备!wepoker有人用过(脚本)wpk有那种辅助,线上教程(有挂规律);wepoker有人用...
玩家必备教程!wejoker私... 玩家必备教程!wejoker私人辅助软件(脚本)哈糖大菠萝可以开挂,可靠技巧(有挂神器)申哈糖大菠萝...