摘要:
System.Web.Security: 为 Web 应用程序管理 Forms 身份验证服务。无法继承此类: FormsAuthentication类 权限管理: System.Web.Security.RoleProvider抽象类 SiteMap权限管理: System.Web.XmlSiteMapProvider BFA 角色权限管理类: BFA.Presentatio... 阅读全文
摘要:
Enum Discription Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> 1 namespace EnumDiscription 2 { 3 4 enum MyColors 5 { 6 ... 阅读全文
摘要:
使用this关键字,构造函数的相互调用 Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->public class Person { public Person():this(null) ... 阅读全文