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.
我在内容页面中有一个方法,它做了两件事:它将用户控件添加到该页面的母版页上的占位符,并设置该用户控件的一些属性。我想让我的所有页面都可以使用此功能,而无需在各个页面上重复代码。
基类在这里合适吗?我对基类没有经验。它会是母版页的基类吗?内容页面?一些指导将不胜感激。