【发布时间】:2019-12-16 12:13:41
【问题描述】:
我想从 web.config 中提取文本。我添加了以下代码
<add key ="AssignedToText" value="Please submit a ticket to assign any users to this specific group."/>我的 web.config 文件。我想在 ascx 页面的底部显示此文本。我该怎么做呢?如何将其编码到 ascx.cs 文件中以及如何将其编码到 ascx 文件中
【问题讨论】:
标签: c# html web-config