HttpContextBase.Profile 属性

定义

在派生类中重写时,获取当前用户配置文件的 ProfileBase 对象。

public:
 virtual property System::Web::Profile::ProfileBase ^ Profile { System::Web::Profile::ProfileBase ^ get(); };
public virtual System.Web.Profile.ProfileBase Profile { get; }
member this.Profile : System.Web.Profile.ProfileBase
Public Overridable ReadOnly Property Profile As ProfileBase

属性值

如果在应用程序配置文件中定义了配置文件属性,并对应用程序启用了配置文件,则为表示当前用户配置文件的对象;否则为 null

例外

适用于