ProfileAutoSaveEventArgs(HttpContext) Construtor

Definição

Cria uma instância da ProfileAutoSaveEventArgs classe.

public:
 ProfileAutoSaveEventArgs(System::Web::HttpContext ^ context);
public ProfileAutoSaveEventArgs(System.Web.HttpContext context);
new System.Web.Profile.ProfileAutoSaveEventArgs : System.Web.HttpContext -> System.Web.Profile.ProfileAutoSaveEventArgs
Public Sub New (context As HttpContext)

Parâmetros

context
HttpContext

O HttpContext do pedido atual.

Observações

O ProfileAutoSaveEventArgs cria uma instância da ProfileAutoSaveEventArgs classe e define a Context propriedade para o especificado HttpContext.

Aplica-se a

Ver também