Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 publish:end 事件创建了一个事件处理程序 - 我能够获取正在发布的项目 - 我如何获取用户在发布选项中选择的语言?
想通了 - 实际上 publish:end 事件对每种语言都会命中一次 - 你会得到正在发布的语言EventArgs[0].Options.Language
EventArgs[0].Options.Language