ProfileBase::Create Method
.NET Framework (current version)
Creates an instance of a user profile.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create(String^) | Used by ASP.NET to create an instance of a profile for the specified user name. |
![]() ![]() | Create(String^, Boolean) | Used by ASP.NET to create an instance of a profile for the specified user name. Takes a parameter indicating whether the user is authenticated or anonymous. |
Show:

