ASP .Net Core 空数组查询参数绑定异常
创始人
2024-11-11 13:31:13
0

当使用ASP .Net Core进行查询参数绑定时,如果有一个空数组作为查询参数,可能会遇到异常。这是因为ASP .Net Core默认情况下会将空数组解析为null,而不是一个空的数组。

要解决这个问题,可以使用以下方法之一:

  1. 使用FromQueryAttribute指定参数绑定方式:
[HttpGet]
public IActionResult MyAction([FromQuery(Name = "myArray[]")] IList myArray)
{
    // your code here
}

在这个示例中,我们使用FromQueryAttribute来指定参数绑定方式,并使用Name属性来指定查询参数的名称。在这种情况下,ASP .Net Core将会正确地将空数组绑定到myArray参数。

  1. 使用自定义ModelBinder: 首先,创建一个继承自IModelBinder接口的自定义ModelBinder类,用于处理空数组的绑定逻辑:
public class EmptyArrayModelBinder : IModelBinder
{
    public Task BindModelAsync(ModelBindingContext bindingContext)
    {
        var modelName = bindingContext.ModelName;
        var valueProviderResult = bindingContext.ValueProvider.GetValue(modelName);
        if (valueProviderResult != ValueProviderResult.None)
        {
            bindingContext.ModelState.SetModelValue(modelName, valueProviderResult);
            var value = valueProviderResult.FirstValue;
            if (string.IsNullOrEmpty(value))
            {
                bindingContext.Result = ModelBindingResult.Success(new List());
                return Task.CompletedTask;
            }
        }
        return Task.CompletedTask;
    }
}

然后,在控制器的参数上使用自定义ModelBinder:

[HttpGet]
public IActionResult MyAction([ModelBinder(BinderType = typeof(EmptyArrayModelBinder))] IList myArray)
{
    // your code here
}

在这个示例中,我们使用ModelBinderAttribute来指定使用自定义的ModelBinder进行参数绑定。当查询参数为空时,自定义ModelBinder将会将其绑定为一个空的字符串列表。

通过使用上述方法之一,您可以成功地绑定空数组作为查询参数。

相关内容

热门资讯

专业透视!hhpoker透视脚... 专业透视!hhpoker透视脚本,如何下载微乐自建房黑科技入口,机巧教程(有挂分享)-哔哩哔哩1、用...
开挂透视!德州透视是真的假的,... 开挂透视!德州透视是真的假的,微乐小程序挂哪里,手段教程(有挂秘籍)-哔哩哔哩所有人都在同一条线上,...
揭幕透视!hhpoker辅助软... 揭幕透视!hhpoker辅助软件下载,微乐河南麻将辅助ios,项目教程(有挂秘籍)-哔哩哔哩1、让任...
推荐透视!uupoker透视,... 推荐透视!uupoker透视,微乐小程序辅助开发,操作教程(详细教程)-哔哩哔哩1)uupoker透...
总结透视!pokemmo辅助官... 总结透视!pokemmo辅助官网,微信小程序游戏修改器,手筋教程(有挂方法)-哔哩哔哩1)pokem...
揭幕透视!哈糖大菠萝有挂吗,微... 揭幕透视!哈糖大菠萝有挂吗,微信微乐陕西小程序辅助器,方案教程(有挂详情)-哔哩哔哩1、进入游戏-大...
辅助透视!wepoker辅助真... 辅助透视!wepoker辅助真的假的,微信小程序多乐辅助器,方案教程(真的有挂)-哔哩哔哩1、wep...
解谜透视!菠萝辅助器免费版的特... 解谜透视!菠萝辅助器免费版的特点,微乐自建房怎么挂脚本,绝活教程(确实有挂)-哔哩哔哩1、许多玩家不...
详细透视!wepoker俱乐部... 详细透视!wepoker俱乐部辅助器,手机微乐小程序破解器,讲义教程(有挂透视)-哔哩哔哩1、游戏颠...
专业透视!pokerworld... 专业透视!pokerworld修改器,微乐江苏小程序游戏破解下载,办法教程(详细教程)-哔哩哔哩1、...