ASP.NET Core MVC 参数化验证,条件验证或根据其父类对属性进行验证。
创始人
2024-09-15 07:00:46
0

在ASP.NET Core MVC中,可以使用数据注解来进行参数化验证、条件验证或根据其父类对属性进行验证。下面是一个包含代码示例的解决方法:

首先,创建一个ViewModel类,该类用于接收传入的参数并进行验证。

using System.ComponentModel.DataAnnotations;

public class MyViewModel
{
    [Required(ErrorMessage = "Name is required")]
    public string Name { get; set; }

    [Range(18, 99, ErrorMessage = "Age must be between 18 and 99")]
    public int Age { get; set; }

    [RequiredIf(nameof(Age), 30, ErrorMessage = "Email is required if age is 30")]
    public string Email { get; set; }
}

接下来,创建一个自定义的验证特性,用于实现条件验证。

using System;
using System.ComponentModel.DataAnnotations;

public class RequiredIfAttribute : ValidationAttribute
{
    private readonly string _propertyName;
    private readonly object _propertyValue;

    public RequiredIfAttribute(string propertyName, object propertyValue)
    {
        _propertyName = propertyName;
        _propertyValue = propertyValue;
    }

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

        if (property == null)
        {
            throw new ArgumentException($"Property {_propertyName} not found.");
        }

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

        if (propertyValue.Equals(_propertyValue) && string.IsNullOrEmpty(value?.ToString()))
        {
            return new ValidationResult(ErrorMessage);
        }

        return ValidationResult.Success;
    }
}

最后,在Controller中使用ModelState.IsValid来进行验证,并返回验证结果。

[HttpPost]
public IActionResult MyAction(MyViewModel model)
{
    if (ModelState.IsValid)
    {
        // 验证通过,执行相应的操作
        return Ok();
    }

    // 验证失败,返回错误信息
    var errors = ModelState.Values.SelectMany(v => v.Errors).Select(e => e.ErrorMessage);
    return BadRequest(errors);
}

以上代码示例中,通过使用数据注解和自定义的验证特性,实现了参数化验证、条件验证和根据其父类对属性进行验证的功能。在ViewModel类中,可以通过数据注解来定义属性的验证规则。自定义的验证特性RequiredIfAttribute可以根据指定的条件决定是否进行验证。在Controller的Action方法中,使用ModelState.IsValid来判断验证是否通过,并根据需要返回相应的结果。

相关内容

热门资讯

记者揭秘!智星菠萝辅助(透视辅... 记者揭秘!智星菠萝辅助(透视辅助)拱趴大菠萝辅助神器,扑克教程(有挂细节);模式供您选择,了解更新找...
一分钟揭秘!约局吧能能开挂(透... 一分钟揭秘!约局吧能能开挂(透视辅助)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私人辅助软件(脚本)哈糖大菠萝可以开挂,可靠技巧(有挂神器)申哈糖大菠萝...