创建自定义配置文件,可以在应用程序的 Web.config 文件中的 profile 配置元素的 inherits 属性中指定。
    Web.config总的设置:
    <profile inherits="EmployeeProfile">   
    </profile>。

从 ProfileBase 类继承using System;
从 ProfileBase 类继承
using System.Web.Profile;
从 ProfileBase 类继承
从 ProfileBase 类继承
namespace Samples.AspNet.Profile
}

相关文章:

  • 2022-01-13
  • 2022-12-23
  • 2021-07-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
  • 2021-07-30
  • 2021-06-30
相关资源
相似解决方案