gpt4 book ai didi

c# - 从资源文件中获取值

转载 作者:太空宇宙 更新时间:2023-11-03 13:08:42 25 4
gpt4 key购买 nike

我的项目 ClaimTrax.Web 有一个文件夹 'App_GlobalResources',其中有资源文件 'DisplayMessages.resx',我在其中命名为'UserLockMessage' 和值为

'Your account has been locked. Please contact Admin.'....

我的命名空间、类和方法,其中我想要来自 'DisplayMessages.resx' 的字符串消息如下:-

namespace ClaimTrax.Business.Laserfiche
{
public sealed class LFAPIInterface
{
public string CheckLoginAttempts(User user, string message)
{

如果需要,我应该添加什么命名空间以及如何从同一项目中文件夹 'App_GlobalResources' 中的资源文件 'DisplayMessages.resx' 获取消息?

提前致谢....

最佳答案

这应该可以完成工作:

string usrmsg = ClaimTrax.Business.Laserfiche.Properties.Resources.UserLockMessage;

关于c# - 从资源文件中获取值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29915075/

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