DefaultProfile Constructor

Definition

Creates a new instance of the DefaultProfile class.

public:
 DefaultProfile();
public DefaultProfile ();
Public Sub New ()

Remarks

The DefaultProfile class is used by ASP.NET to return a default instance of a user profile when the profile feature is enabled but no properties are defined.

Applies to

See also