gpt4 book ai didi

c# - Glass.Mapper.Sc 默认全局设置 inferType 为 true

转载 作者:行者123 更新时间:2023-11-30 16:54:29 25 4
gpt4 key购买 nike

在 Glass.Mapper.Sc v 4.0.1.5 中,ISitecoreService 和 ISitecoreContext 的所有方法签名的 inferType 默认为 false。我正在寻找一种方法来覆盖它并默认为 true,而无需更改整个站点的方法调用。

我创建了另一个接口(interface)来覆盖那些只是为了将 inferType 默认值修改为 true 但我想知道是否有更好的解决方案。

最佳答案

没有自动覆盖来执行此操作,但在配置解析器管道中创建您自己的任务可能更简单。

如果您查看以下代码行: https://github.com/mikeedwards83/Glass.Mapper/blob/master/Source/Glass.Mapper.Sc/Pipelines/ConfigurationResolver/TemplateInferredTypeTask.cs#L48

您可以看到它只检查 InferType 标志,您可以在请求开始时创建另一个管道,将其设置为 true。然后每个请求都将通过 InferType 强制执行。

您需要使用 Add 方法在 GlassMapperScCustom 中针对 DependencyResolver.ConfigurationResolverFactory 注册您的新管道进程。

关于c# - Glass.Mapper.Sc 默认全局设置 inferType 为 true,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30468728/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com