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.
我有一个用户控件,它具有在代码隐藏 (.ascx.cs) 中定义的公共属性。有没有办法直接在使用控件的 .aspx 文件的标记内设置此属性?我已经可以在 .aspx 文件的代码隐藏中访问该属性。
除非我遗漏了一些明显的东西,否则很容易......
<uc1:MyCtrl runat="server" MyVal="this value" />