ProfileEventArgs(HttpContext) Construtor

Definição

Cria uma instância da ProfileEventArgs classe.

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

Parâmetros

context
HttpContext

O HttpContext do pedido atual.

Observações

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

Aplica-se a

Ver também